branches/work/kdelirc/kcmremotecontrol
2010 March 11 05:03 UTC
SVN commit 1101850 by frasche:
Reverted sorting in profile function arguments - this don't make sense
M +0 -1 model.cpp
--- branches/work/kdelirc/kcmremotecontrol/model.cpp #1101849:1101850
@@ -259,7 +259,6 @@
itemList.append(new ArgumentsModelItem(arg));
appendRow(itemList);
}
- sort(0);
}
QVariant ArgumentsModel::headerData(int section, Qt::Orientation orientation, int role) const {