added support for search modifiers, added [read] [unread] as examples

This commit is contained in:
Luis Ángel San Martín
2014-10-27 22:00:45 +01:00
parent 5317faacf3
commit 10436200ac
10 changed files with 162 additions and 23 deletions

View File

@ -104,6 +104,13 @@ namespace YACReader
Grid
};
enum SearchModifiers{
NoModifiers = 0,
OnlyRead,
OnlyUnread,
ByAuthor
};
QString getSettingsPath();
void addSperator(QWidget * w);
QAction * createSeparator();