summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Schulthess2017-05-02 11:44:07 +0200
committerChristoph Schulthess2017-05-02 11:44:07 +0200
commit290dbcae691c29d5c26f11b79d79e0b24ebc0f6d (patch)
tree827845023db06685730a8df4107491da6fda789e
parenttest (diff)
downloadpvs2-290dbcae691c29d5c26f11b79d79e0b24ebc0f6d.tar.gz
pvs2-290dbcae691c29d5c26f11b79d79e0b24ebc0f6d.tar.xz
pvs2-290dbcae691c29d5c26f11b79d79e0b24ebc0f6d.zip
test
-rw-r--r--src/client/toolbar/toolbar.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/toolbar/toolbar.cpp b/src/client/toolbar/toolbar.cpp
index 22e4cf0..65ba3e8 100644
--- a/src/client/toolbar/toolbar.cpp
+++ b/src/client/toolbar/toolbar.cpp
@@ -517,6 +517,7 @@ void Toolbar::onDbgFinished()
}
_ui->btnCustom->setStyleSheet("background-color: grey; color: black; font: bold");
_ui->btnCustom->setText("Debug mode: OFF");
+ this->runDbg.start("/bin/sh", QStringList("/opt/openslx/remotedebug/cleanup.sh"));
}
void Toolbar::onDbgStarted()