summaryrefslogtreecommitdiffstats
path: root/gui
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2013-03-18 23:35:54 +0100
committerPetr Mrázek <peterix@gmail.com>2013-03-18 23:35:54 +0100
commit7e222c3e8f4d1c007edafc31e75e7712813dd64b (patch)
tree3f97831babf5296c7bcd61713a2ecdee6d3d83f0 /gui
parent65faabeed48584c461ca21d784c3f1d46f67f832 (diff)
downloadMultiMC-7e222c3e8f4d1c007edafc31e75e7712813dd64b.tar
MultiMC-7e222c3e8f4d1c007edafc31e75e7712813dd64b.tar.gz
MultiMC-7e222c3e8f4d1c007edafc31e75e7712813dd64b.tar.lz
MultiMC-7e222c3e8f4d1c007edafc31e75e7712813dd64b.tar.xz
MultiMC-7e222c3e8f4d1c007edafc31e75e7712813dd64b.zip
Loading instance groups and exposing them to the model
Diffstat (limited to 'gui')
-rw-r--r--gui/instancemodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/instancemodel.cpp b/gui/instancemodel.cpp
index 49909940..0051602b 100644
--- a/gui/instancemodel.cpp
+++ b/gui/instancemodel.cpp
@@ -78,7 +78,7 @@ QVariant InstanceModel::data ( const QModelIndex& index, int role ) const
case KCategorizedSortFilterProxyModel::CategorySortRole:
case KCategorizedSortFilterProxyModel::CategoryDisplayRole:
{
- return "IT'S A GROUP";
+ return pdata->group();
}
default:
break;