mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-07 14:12:43 -04:00
tried to fix gui layout
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-FileSharingPermissions@5768 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
ccd08df35d
commit
b616b2cabd
4 changed files with 10 additions and 10 deletions
|
@ -13,6 +13,7 @@ GroupSelectionBox::GroupSelectionBox(QWidget *parent)
|
|||
|
||||
for(std::list<RsGroupInfo>::const_iterator it(lst.begin());it!=lst.end();++it)
|
||||
addItem(QString::fromStdString(it->id)) ;
|
||||
|
||||
}
|
||||
|
||||
std::list<std::string> GroupSelectionBox::selectedGroups() const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue