summaryrefslogtreecommitdiffstats
path: root/src/xsession.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xsession.h')
-rw-r--r--src/xsession.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/xsession.h b/src/xsession.h
index 75deffc..10b3b0b 100644
--- a/src/xsession.h
+++ b/src/xsession.h
@@ -19,6 +19,10 @@ class XSession : public Session {
bool isValid() const;
int priority() const;
+ QString section() const {
+ return QObject::tr("X-Sessions");
+ }
+
QString shortDescription() const {
return this->name_;
}