summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2009-08-08 14:39:06 (GMT)
committerKevin Smith <git@kismith.co.uk>2009-08-08 14:39:06 (GMT)
commitf948f047401021f3afc8a015991fc81e7d69d6ce (patch)
tree3839396c7889d7695dd58cd350efd6612a02c570 /Swift/QtUI/Roster/RosterModel.h
parent47d75bf5a3f58ce582e5715a9d5ba6e89a38b033 (diff)
downloadswift-f948f047401021f3afc8a015991fc81e7d69d6ce.zip
swift-f948f047401021f3afc8a015991fc81e7d69d6ce.tar.bz2
Group expandedness in roster persists between roster changes.
Diffstat (limited to 'Swift/QtUI/Roster/RosterModel.h')
-rw-r--r--Swift/QtUI/Roster/RosterModel.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Swift/QtUI/Roster/RosterModel.h b/Swift/QtUI/Roster/RosterModel.h
index c1d998c..fc9b1f3 100644
--- a/Swift/QtUI/Roster/RosterModel.h
+++ b/Swift/QtUI/Roster/RosterModel.h
@@ -17,7 +17,6 @@ public:
QModelIndex index(int row, int column, const QModelIndex & parent = QModelIndex()) const;
QModelIndex index(QtTreeWidgetItem* item) const;
QModelIndex parent(const QModelIndex& index) const;
- QModelIndex parent(QtTreeWidgetItem* item) const;
int rowCount(const QModelIndex& parent = QModelIndex()) const;
signals:
void itemExpanded(const QModelIndex& item, bool expanded);