mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-07 08:35:16 -04:00
Fixed wrong subscribeFlags in context menu of GxsForumsDialog.
The color of the QTreeWidgetItem was stored with the same key. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6122 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
7413bdc50c
commit
ee62819389
2 changed files with 10 additions and 11 deletions
|
@ -44,7 +44,7 @@
|
|||
#define ROLE_LASTPOST Qt::UserRole + 4
|
||||
#define ROLE_SEARCH_SCORE Qt::UserRole + 5
|
||||
#define ROLE_SUBSCRIBE_FLAGS Qt::UserRole + 6
|
||||
#define ROLE_COLOR Qt::UserRole + 6
|
||||
#define ROLE_COLOR Qt::UserRole + 7
|
||||
|
||||
#define FILTER_NAME_INDEX 0
|
||||
#define FILTER_DESC_INDEX 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue