summaryrefslogtreecommitdiffstats
path: root/src/session.h
diff options
context:
space:
mode:
authorJonathan Bauer2016-01-26 15:18:50 +0100
committerJonathan Bauer2016-01-26 15:18:50 +0100
commit08ca25dbb84a936df5c597a45fd08b98bb942a98 (patch)
tree6003cb1ea23fef496e7af3caee26b1647f1a2e19 /src/session.h
parentScroll the item into view when selecting programatically (diff)
downloadvmchooser2-08ca25dbb84a936df5c597a45fd08b98bb942a98.tar.gz
vmchooser2-08ca25dbb84a936df5c597a45fd08b98bb942a98.tar.xz
vmchooser2-08ca25dbb84a936df5c597a45fd08b98bb942a98.zip
reworked session information sent to the session process
exports the Exec= command as SESSION_CMD exports the type of the session (virtual/native) as SESSION_TYPE
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;