mirror of
https://github.com/YACReader/yacreader
synced 2025-07-27 17:35:02 -04:00
fixed regression on comics' actions when no comic is selected
This commit is contained in:
@ -30,6 +30,7 @@ public:
|
||||
void setItemActions(const QList<QAction *> & actions);
|
||||
void setViewActions(const QList<QAction *> & actions);
|
||||
void enableFilterMode(bool enabled);
|
||||
void selectIndex(int index);
|
||||
|
||||
public slots:
|
||||
void centerComicFlow(const QModelIndex & mi);
|
||||
|
Reference in New Issue
Block a user