fixed navigation history

fixed selectAll action (only in classic view)
This commit is contained in:
Luis Ángel San Martín
2014-07-09 19:42:23 +02:00
parent 1b2f33d0c6
commit e423e7e2df
6 changed files with 16 additions and 1 deletions

View File

@ -45,6 +45,7 @@ public slots:
//ComicsView
void setShowMarks(bool show);
void selectAll();
private:
QItemSelectionModel * _selectionModel;