mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-20 03:48:16 -04:00
fixed auto-expanding of nodes in friend list
This commit is contained in:
parent
91f2cf720f
commit
006e5423db
2 changed files with 31 additions and 31 deletions
|
@ -101,6 +101,8 @@ public slots:
|
|||
private slots:
|
||||
void peerTreeColumnVisibleChanged(int column, bool visible);
|
||||
void peerTreeItemCollapsedExpanded(QTreeWidgetItem *item);
|
||||
void collapseItem(QTreeWidgetItem *item);
|
||||
void expandItem(QTreeWidgetItem *item);
|
||||
|
||||
protected:
|
||||
void changeEvent(QEvent *e);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue