diff options
author | Remko Tronçon <git@el-tramo.be> | 2009-09-26 08:51:45 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2009-09-26 15:55:42 (GMT) |
commit | 60e4ab9985c04acd399265d793d250a1b24e3412 (patch) | |
tree | baa80a3f5bfda6888e3c6ad5d5cb51888cbf0c11 /Swift/QtUI/Roster | |
parent | a3b7b09d8cd0395768bfbddae444e2178b765a0b (diff) | |
download | swift-60e4ab9985c04acd399265d793d250a1b24e3412.zip swift-60e4ab9985c04acd399265d793d250a1b24e3412.tar.bz2 |
Removing obsolete qmake files.
Diffstat (limited to 'Swift/QtUI/Roster')
-rw-r--r-- | Swift/QtUI/Roster/QtTreeWidgetItem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/QtUI/Roster/QtTreeWidgetItem.cpp b/Swift/QtUI/Roster/QtTreeWidgetItem.cpp index 2796c12..487dbb6 100644 --- a/Swift/QtUI/Roster/QtTreeWidgetItem.cpp +++ b/Swift/QtUI/Roster/QtTreeWidgetItem.cpp @@ -135,7 +135,7 @@ void bubbleSort(QList<QtTreeWidgetItem*>& list) { void QtTreeWidgetItem::handleChanged(QtTreeWidgetItem* child) { /*We don't use the much faster qStableSort because it causes changed(child) and all sorts of nasty recursion*/ //qStableSort(children_.begin(), children_.end(), itemLessThan); - bubbleSort(children_); + //bubbleSort(children_); shownChildren_.clear(); for (int i = 0; i < children_.size(); i++) { if (children_[i]->isShown()) { |