mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 13:34:44 -04:00
Implemented selection model in info comics view, so toolbar actions become usable.
This commit is contained in:
@ -31,10 +31,15 @@ public slots:
|
||||
void setShowMarks(bool show);
|
||||
void selectAll();
|
||||
|
||||
protected slots:
|
||||
void setCurrentIndex(int index);
|
||||
|
||||
protected:
|
||||
QToolBar * toolbar;
|
||||
QObject *flow;
|
||||
QObject *list;
|
||||
|
||||
QItemSelectionModel * _selectionModel;
|
||||
};
|
||||
|
||||
#endif // INFOCOMICSVIEW_H
|
||||
|
Reference in New Issue
Block a user