mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 05:24:57 -04:00
Make ComicFlow/ComicFlowWidget able to insert new covers at a given position
This commit is contained in:
@ -24,6 +24,7 @@ public:
|
||||
void setImagePaths(const QStringList &paths);
|
||||
// bool eventFilter(QObject *target, QEvent *event);
|
||||
void keyPressEvent(QKeyEvent *event) override;
|
||||
void insertSlide(const QString &path, int index);
|
||||
void removeSlide(int cover);
|
||||
void resortCovers(QList<int> newOrder);
|
||||
|
||||
|
Reference in New Issue
Block a user