mirror of
https://github.com/YACReader/yacreader
synced 2025-11-13 05:22:47 -05:00
first working version of the new search engine. TODO: add search modifiers
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::enableFilterMode(bool enabled)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void GridComicsView::selectAll()
|
||||
{
|
||||
QLOG_INFO() << "selectAll";
|
||||
|
||||
Reference in New Issue
Block a user