summaryrefslogtreecommitdiffstats
path: root/sigtools
diff options
context:
space:
mode:
Diffstat (limited to 'sigtools')
-rw-r--r--sigtools/PluginTreeModel.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/sigtools/PluginTreeModel.cpp b/sigtools/PluginTreeModel.cpp
index 03479a8a..6a291b45 100644
--- a/sigtools/PluginTreeModel.cpp
+++ b/sigtools/PluginTreeModel.cpp
@@ -83,6 +83,8 @@ QVariant PluginTreeModel::data(const QModelIndex& index, const int role) const
{
case Qt::DisplayRole:
return data->m_name;
+ case Qt::UserRole:
+ return data->m_description;
case Qt::DecorationRole:
return data->m_icon;
case KCategorizedSortFilterProxyModel::CategoryDisplayRole: