┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/settings/servicemodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings/servicemodel.h')
-rw-r--r--src/settings/servicemodel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/settings/servicemodel.h b/src/settings/servicemodel.h
index 0abe1fe46..956ddb2bc 100644
--- a/src/settings/servicemodel.h
+++ b/src/settings/servicemodel.h
@@ -17,6 +17,7 @@
* - Qt::DisplayRole: Name of the service
* - Qt::DecorationRole: Icon name of the service
* - Qt::CheckStateRole: Specifies whether the service is enabled
+ * - Qt::Tooltip: a tooltip
* - ServiceModel::DesktopEntryNameRole: Name of the desktop-entry of the service
* - ServiceModel::Configurable: Specifies whether the service is configurable by the user
*/
@@ -43,6 +44,7 @@ private:
QString icon;
QString text;
QString desktopEntryName;
+ QString tooltip;
};
QList<ServiceItem> m_items;