summaryrefslogtreecommitdiffstats
path: root/src/vsession.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/vsession.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/vsession.h')
-rw-r--r--src/vsession.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/vsession.h b/src/vsession.h
index 49bde75..dab0fd8 100644
--- a/src/vsession.h
+++ b/src/vsession.h
@@ -40,7 +40,9 @@ class VSession : public Session {
QString description() const {
return getAttribute("long_description");
}
-
+ QString execCommand() const {
+ return NULL;
+ }
QIcon icon() const;
QString os() const {