mirror of
https://github.com/YACReader/yacreader
synced 2025-07-26 00:44:59 -04:00
first working version of the new search engine. TODO: add search modifiers
This commit is contained in:
@ -32,6 +32,7 @@ public:
|
||||
virtual void setItemActions(const QList<QAction *> & actions) = 0;
|
||||
//actions for visual-oriented views
|
||||
virtual void setViewActions(const QList<QAction *> & actions) = 0;
|
||||
virtual void enableFilterMode(bool enabled) = 0;
|
||||
|
||||
signals:
|
||||
void selected(unsigned int);
|
||||
|
Reference in New Issue
Block a user