summaryrefslogtreecommitdiffstats
path: root/src/vsession.cpp
diff options
context:
space:
mode:
authorNils Schwabe2014-03-20 18:47:48 +0100
committerNils Schwabe2014-03-20 18:47:48 +0100
commitf3a0b4d09379e63a26ec410088617fe20d5cd27f (patch)
treee34adf2e0bf92ad5e0e03602c0d6060efbcdbead /src/vsession.cpp
parentremoved the file and path option for XMLs (diff)
downloadvmchooser2-f3a0b4d09379e63a26ec410088617fe20d5cd27f.tar.gz
vmchooser2-f3a0b4d09379e63a26ec410088617fe20d5cd27f.tar.xz
vmchooser2-f3a0b4d09379e63a26ec410088617fe20d5cd27f.zip
- added tab view
- added filter box
Diffstat (limited to 'src/vsession.cpp')
-rw-r--r--src/vsession.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/vsession.cpp b/src/vsession.cpp
index ebe369a..f8512fc 100644
--- a/src/vsession.cpp
+++ b/src/vsession.cpp
@@ -262,6 +262,10 @@ void VSession::mergePoolXml() {
}
bool VSession::run() const {
+ if (debugMode) {
+ qDebug() << "Sarting session " << this->getAttribute("short_description", "param") << " ...";
+ }
+
QString command = getAttribute("command");
if (!command.isEmpty()) {
return QProcess::startDetached(command);