mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Use fully qualified names
This commit is contained in:
@ -187,21 +187,21 @@ public slots:
|
||||
*/
|
||||
void triggerRender();
|
||||
|
||||
void setFlowType(FlowType flowType);
|
||||
void setFlowType(YACReader::FlowType flowType);
|
||||
|
||||
void setMarkImage(const QImage &mark);
|
||||
|
||||
void markSlide(int index, YACReaderComicReadStatus readStatus = Read);
|
||||
void markSlide(int index, YACReader::YACReaderComicReadStatus readStatus = Read);
|
||||
|
||||
void updateMarks();
|
||||
|
||||
void unmarkSlide(int index);
|
||||
|
||||
void setMarks(const QVector<YACReaderComicReadStatus> &marks);
|
||||
void setMarks(const QVector<YACReader::YACReaderComicReadStatus> &marks);
|
||||
|
||||
void setShowMarks(bool enable);
|
||||
|
||||
QVector<YACReaderComicReadStatus> getMarks();
|
||||
QVector<YACReader::YACReaderComicReadStatus> getMarks();
|
||||
|
||||
void resortCovers(QList<int> newOrder);
|
||||
|
||||
|
Reference in New Issue
Block a user