summaryrefslogtreecommitdiffstats
path: root/src/xsession.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xsession.h')
-rw-r--r--src/xsession.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xsession.h b/src/xsession.h
index 87283c9..27e431e 100644
--- a/src/xsession.h
+++ b/src/xsession.h
@@ -30,9 +30,11 @@ class XSession : public Session {
QString description() const {
return this->comment_;
}
+
QString execCommand() const {
return this->exec_;
}
+
QIcon icon() const;
bool run() const;