mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-15 04:22:27 -04:00
Disabled refill of FriendSelectionWidget after group changed when no groups are shown.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6444 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
c6e2034b66
commit
61d43e8e72
2 changed files with 11 additions and 2 deletions
|
@ -105,7 +105,7 @@ signals:
|
|||
void itemChanged(int idType, const QString &id, QTreeWidgetItem *item, int column);
|
||||
|
||||
private slots:
|
||||
void fillList();
|
||||
void groupsChanged(int type);
|
||||
void peerStatusChanged(const QString& peerId, int status);
|
||||
void filterItems(const QString &text);
|
||||
void contextMenuRequested(const QPoint &pos);
|
||||
|
@ -115,6 +115,7 @@ private slots:
|
|||
void deselectAll() ;
|
||||
|
||||
private:
|
||||
void fillList();
|
||||
void secured_fillList();
|
||||
bool filterItem(QTreeWidgetItem *item, const QString &text);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue