Changeset 2984

Show
Ignore:
Timestamp:
04/28/06 09:07:53 (3 years ago)
Author:
madcat
Message:

fixed gcc warning.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • hydranode/hngui/plugins/donkeypage.cpp

    r2979 r2984  
    125125bool ServerListItem::operator<(const QTreeWidgetItem &o) const { 
    126126        int col = treeWidget()->header()->sortIndicatorSection(); 
    127       Qt::SortOrder order = treeWidget()->header()->sortIndicatorOrder(); 
     127//    Qt::SortOrder order = treeWidget()->header()->sortIndicatorOrder(); 
    128128        if (col == 3 || col == 4 || col >= 7) { 
    129129                int one = text(col).toInt();