Changeset 2984
- Timestamp:
- 04/28/06 09:07:53 (3 years ago)
- Files:
-
- hydranode/hngui/plugins/donkeypage.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
hydranode/hngui/plugins/donkeypage.cpp
r2979 r2984 125 125 bool ServerListItem::operator<(const QTreeWidgetItem &o) const { 126 126 int col = treeWidget()->header()->sortIndicatorSection(); 127 Qt::SortOrder order = treeWidget()->header()->sortIndicatorOrder();127 // Qt::SortOrder order = treeWidget()->header()->sortIndicatorOrder(); 128 128 if (col == 3 || col == 4 || col >= 7) { 129 129 int one = text(col).toInt();
