first working version of the new search engine. TODO: add search modifiers

This commit is contained in:
Luis Ángel San Martín
2014-10-04 20:43:31 +02:00
parent bf87eacaf8
commit 2dca61c4e3
19 changed files with 196 additions and 20 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::enableFilterMode(bool enabled)
{
}
void GridComicsView::selectAll()
{
QLOG_INFO() << "selectAll";