Use fully qualified names

This commit is contained in:
Luis Ángel San Martín
2021-10-01 19:56:07 +02:00
parent 9ebd6e32da
commit bdb23de74a
2 changed files with 6 additions and 6 deletions

View File

@ -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);