diff options
Diffstat (limited to 'Swift/QtUI/Roster/QtTreeWidget.h')
| -rw-r--r-- | Swift/QtUI/Roster/QtTreeWidget.h | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/Swift/QtUI/Roster/QtTreeWidget.h b/Swift/QtUI/Roster/QtTreeWidget.h index 8c76d60..13b6d8e 100644 --- a/Swift/QtUI/Roster/QtTreeWidget.h +++ b/Swift/QtUI/Roster/QtTreeWidget.h @@ -22,7 +22,10 @@ class QtTreeWidget : public QTreeView, public TreeWidget {  		QtTreeWidgetItem* getRoot();  	private slots:  		void handleItemActivated(const QModelIndex&); -		void handleItemExpanded(const QModelIndex&, bool expanded); +		void handleModelItemExpanded(const QModelIndex&, bool expanded); +		void handleExpanded(const QModelIndex&); +		void handleCollapsed(const QModelIndex&); +		void handleDataChanged(const QModelIndex& topLeft, const QModelIndex& bottomRight);  	private:  		void drawBranches(QPainter*, const QRect&, const QModelIndex&) const;  		RosterModel* model_;  | 
 Swift