summaryrefslogtreecommitdiffstats
path: root/src/xsession.h
diff options
context:
space:
mode:
authorSimon Rettberg2016-09-01 11:28:16 +0200
committerSimon Rettberg2016-09-01 11:28:16 +0200
commitafdf4b458dc23c8dc250e108690c95a3cb75f459 (patch)
tree3aaece9ebe0a2e9d5cc36f5943481ae1c98e0b71 /src/xsession.h
parentcheck for autostart when download is finished (diff)
downloadvmchooser2-afdf4b458dc23c8dc250e108690c95a3cb75f459.tar.gz
vmchooser2-afdf4b458dc23c8dc250e108690c95a3cb75f459.tar.xz
vmchooser2-afdf4b458dc23c8dc250e108690c95a3cb75f459.zip
Cleanup: Remove execCommand from vsession, add newslines around methods
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;