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, 3 insertions, 1 deletions
diff --git a/src/xsession.h b/src/xsession.h
index 5f78bff..87283c9 100644
--- a/src/xsession.h
+++ b/src/xsession.h
@@ -30,7 +30,9 @@ class XSession : public Session {
QString description() const {
return this->comment_;
}
-
+ QString execCommand() const {
+ return this->exec_;
+ }
QIcon icon() const;
bool run() const;