mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-22 22:21:09 -04:00
improved naming of publish/admin rights in GroupTreeWidget
This commit is contained in:
parent
8d54603b02
commit
b9ba51f2ba
6 changed files with 110 additions and 108 deletions
|
@ -47,7 +47,7 @@ public:
|
|||
GroupItemInfo()
|
||||
{
|
||||
popularity = 0;
|
||||
privatekey = false;
|
||||
publishKey = false;
|
||||
subscribeFlags = 0;
|
||||
max_visible_posts =0;
|
||||
}
|
||||
|
@ -59,7 +59,8 @@ public:
|
|||
int popularity;
|
||||
QDateTime lastpost;
|
||||
QIcon icon;
|
||||
bool privatekey;
|
||||
bool publishKey;
|
||||
bool adminKey;
|
||||
quint32 subscribeFlags;
|
||||
quint32 max_visible_posts ;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue