mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-24 15:05:35 -04:00
changed from std::string to RsPgpId to represent openned items in FriendList
This commit is contained in:
parent
f3d7948238
commit
6937d870b0
4 changed files with 10 additions and 11 deletions
|
@ -67,7 +67,7 @@ private:
|
|||
/** Qt Designer generated object */
|
||||
Ui::MessengerWindow ui;
|
||||
|
||||
static std::set<std::string> expandedPeers ;
|
||||
static std::set<RsPgpId> expandedPeers ;
|
||||
static std::set<RsNodeGroupId> expandedGroups ;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue