diff options
| author | Kevin Smith <git@kismith.co.uk> | 2010-05-14 22:11:54 (GMT) | 
|---|---|---|
| committer | Kevin Smith <git@kismith.co.uk> | 2010-05-14 22:11:54 (GMT) | 
| commit | 1f48a865bc052b12c3a156426bd1ebdd5955c74e (patch) | |
| tree | 3cf40b78dab6364a4d00f925f66e9a6cbe7b596f /Swift/QtUI/Roster/QtTreeWidget.h | |
| parent | e10a0c0902b503bbffdc802aa238c8b6ac4fe210 (diff) | |
| download | swift-contrib-1f48a865bc052b12c3a156426bd1ebdd5955c74e.zip swift-contrib-1f48a865bc052b12c3a156426bd1ebdd5955c74e.tar.bz2  | |
Start roster groups expanded.
Resolves: #343
Diffstat (limited to 'Swift/QtUI/Roster/QtTreeWidget.h')
| -rw-r--r-- | Swift/QtUI/Roster/QtTreeWidget.h | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/Swift/QtUI/Roster/QtTreeWidget.h b/Swift/QtUI/Roster/QtTreeWidget.h index c03f2e2..b45701e 100644 --- a/Swift/QtUI/Roster/QtTreeWidget.h +++ b/Swift/QtUI/Roster/QtTreeWidget.h @@ -28,9 +28,9 @@ class QtTreeWidget : public QTreeView{  		void setRosterModel(Roster* roster);  	private slots:  		void handleItemActivated(const QModelIndex&); -//		void handleModelItemExpanded(const QModelIndex&, bool expanded); -//		void handleExpanded(const QModelIndex&); -//		void handleCollapsed(const QModelIndex&); +		void handleModelItemExpanded(const QModelIndex&, bool expanded); +		void handleExpanded(const QModelIndex&); +		void handleCollapsed(const QModelIndex&);  //		void handleDataChanged(const QModelIndex& topLeft, const QModelIndex& bottomRight);  	protected:  		void contextMenuEvent(QContextMenuEvent* event);  | 
 Swift