Add Unread column to GroupTreeWidget

This commit is contained in:
Phenom 2016-12-10 17:59:58 +01:00
parent 242338d10c
commit 8f452eefb1
2 changed files with 59 additions and 26 deletions

View file

@ -134,11 +134,12 @@ private:
private:
QMenu *displayMenu;
QAction *actionSortAscending;
// QAction *actionSortDescending;
QAction *actionSortDescending;
QAction *actionSortByName;
QAction *actionSortByPopularity;
QAction *actionSortByLastPost;
QAction *actionSortByPosts;
QAction *actionSortByUnread;
RSTreeWidgetItemCompareRole *compareRole;