Loading instance groups and exposing them to the model

This commit is contained in:
Petr Mrázek
2013-03-18 23:35:54 +01:00
parent 65faabeed4
commit 7e222c3e8f
3 changed files with 116 additions and 2 deletions

View File

@ -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;