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

@ -188,6 +188,11 @@ void ClassicComicsView::setViewActions(const QList<QAction *> &actions)
comicFlow->addActions(actions);
}
void ClassicComicsView::selectAll()
{
tableView->selectAll();
}
void ClassicComicsView::setShowMarks(bool show)
{
comicFlow->setShowMarks(show);