mirror of
https://github.com/YACReader/yacreader
synced 2025-07-28 01:45:04 -04: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