Implemented selection model in info comics view, so toolbar actions become usable.

This commit is contained in:
Luis Ángel San Martín
2016-04-17 22:27:59 +02:00
parent 49009f78ee
commit 11f0ea61a7
2 changed files with 47 additions and 9 deletions

View File

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