summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2010-05-25 14:10:34 (GMT)
committerKevin Smith <git@kismith.co.uk>2010-05-25 14:10:34 (GMT)
commitde03e428157ee60c5d8a13ef121127203f455b3f (patch)
treeee46edb01f6f2cc078bdeab5230cd2e05d3430bb /Swift/QtUI/Roster/QtTreeWidget.h
parenta6caf0f52dbb24577e3730d9c42415e89e18a99b (diff)
downloadswift-de03e428157ee60c5d8a13ef121127203f455b3f.zip
swift-de03e428157ee60c5d8a13ef121127203f455b3f.tar.bz2
Expand roster groups on a single click.
Resolves: #212
Diffstat (limited to 'Swift/QtUI/Roster/QtTreeWidget.h')
-rw-r--r--Swift/QtUI/Roster/QtTreeWidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/QtUI/Roster/QtTreeWidget.h b/Swift/QtUI/Roster/QtTreeWidget.h
index b45701e..796afed 100644
--- a/Swift/QtUI/Roster/QtTreeWidget.h
+++ b/Swift/QtUI/Roster/QtTreeWidget.h
@@ -31,7 +31,7 @@ class QtTreeWidget : public QTreeView{
void handleModelItemExpanded(const QModelIndex&, bool expanded);
void handleExpanded(const QModelIndex&);
void handleCollapsed(const QModelIndex&);
-// void handleDataChanged(const QModelIndex& topLeft, const QModelIndex& bottomRight);
+ void handleClicked(const QModelIndex&);
protected:
void contextMenuEvent(QContextMenuEvent* event);