X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fclient%2Ftreemodel.cpp;h=65310a6244c22d81a459369051e5a5a1cc8dc014;hb=06604248cf2bbf3a1dd3c10a06da2a3868f8e8d2;hp=ace9d3d7a73ee1eee3b14eeada69bc6b2c62f08b;hpb=89c07686d193fe31e1b3ea45735b3f5a0d1e6cfb;p=quassel.git diff --git a/src/client/treemodel.cpp b/src/client/treemodel.cpp index ace9d3d7..65310a62 100644 --- a/src/client/treemodel.cpp +++ b/src/client/treemodel.cpp @@ -247,6 +247,7 @@ QVariant PropertyMapItem::data(int column, int role) const { case Qt::ToolTipRole: return toolTip(column); case Qt::DisplayRole: + case TreeModel::SortRole: // fallthrough, since SortRole should default to DisplayRole return property(_propertyOrder[column].toAscii()); default: return QVariant();