fixed regression on comics' actions when no comic is selected

This commit is contained in:
Luis Ángel San Martín
2014-11-02 09:59:51 +01:00
parent a0facfce8d
commit ac3b3a8a85
5 changed files with 11 additions and 4 deletions

View File

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