summaryrefslogtreecommitdiffstats
path: root/src/session.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/session.h')
-rw-r--r--src/session.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/session.h b/src/session.h
index d88e766..4a9699f 100644
--- a/src/session.h
+++ b/src/session.h
@@ -24,6 +24,7 @@ class Session {
virtual QString description() const = 0;
virtual QIcon icon() const = 0;
virtual bool run() const = 0;
+ virtual QString execCommand() const = 0;
virtual int type() const = 0;
virtual SectionType section() const = 0;