mirror of
https://github.com/YACReader/yacreader
synced 2025-07-26 08:55:05 -04:00
added drag&drop support for sorting comics in lists
This commit is contained in:
@ -141,7 +141,6 @@ protected:
|
||||
bool showMarks;
|
||||
QVector<bool> loaded;
|
||||
QVector<YACReaderComicReadStatus> marks;
|
||||
QList<QString> paths;
|
||||
|
||||
QVector<YACReader3DImage> images;
|
||||
|
||||
@ -293,9 +292,12 @@ public:
|
||||
void setImagePaths(QStringList paths);
|
||||
void updateImageData();
|
||||
void remove(int item);
|
||||
void resortCovers(QList<int> newOrder);
|
||||
friend class ImageLoaderGL;
|
||||
private:
|
||||
ImageLoaderGL * worker;
|
||||
protected:
|
||||
QList<QString> paths;
|
||||
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user