mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-22 22:21:09 -04:00
Add Unread column to GroupTreeWidget
This commit is contained in:
parent
242338d10c
commit
8f452eefb1
2 changed files with 59 additions and 26 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue