mirror of
https://github.com/YACReader/yacreader
synced 2025-07-21 14:34:42 -04:00
added support for search modifiers, added [read] [unread] as examples
This commit is contained in:
@ -104,6 +104,13 @@ namespace YACReader
|
||||
Grid
|
||||
};
|
||||
|
||||
enum SearchModifiers{
|
||||
NoModifiers = 0,
|
||||
OnlyRead,
|
||||
OnlyUnread,
|
||||
ByAuthor
|
||||
};
|
||||
|
||||
QString getSettingsPath();
|
||||
void addSperator(QWidget * w);
|
||||
QAction * createSeparator();
|
||||
|
Reference in New Issue
Block a user