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

@ -168,6 +168,11 @@ void GridComicsView::setViewActions(const QList<QAction *> &actions)
QLOG_ERROR() << "setViewActions invoked with the wrong number of actions";
}
void GridComicsView::selectAll()
{
QLOG_INFO() << "selectAll";
}
QSize GridComicsView::sizeHint()
{
QLOG_INFO() << "sizeHint";