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

@ -37,6 +37,8 @@ public slots:
void removeItemsFromFlow(const QModelIndex & parent, int from, int to);
//ComicsView
void setShowMarks(bool show);
void selectAll();
private:
YACReaderTableView * tableView;
QWidget *comics;