mirror of
https://github.com/YACReader/yacreader
synced 2025-07-26 00:44:59 -04:00
added drag&drop support for sorting comics in lists
This commit is contained in:
@ -24,6 +24,7 @@ public:
|
||||
//bool eventFilter(QObject *target, QEvent *event);
|
||||
void keyPressEvent(QKeyEvent* event);
|
||||
void removeSlide(int cover);
|
||||
void resortCovers(QList<int> newOrder);
|
||||
|
||||
private slots:
|
||||
void preload();
|
||||
|
Reference in New Issue
Block a user