mirror of
https://github.com/YACReader/yacreader
synced 2026-01-27 02:12:57 -05:00
fixed navigation history
fixed selectAll action (only in classic view)
This commit is contained in:
@ -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";
|
||||
|
||||
Reference in New Issue
Block a user