summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Schulthess2017-05-02 11:49:07 +0200
committerChristoph Schulthess2017-05-02 11:49:07 +0200
commit863f4a492e08010f534e7ab3abf4cb8db2286df6 (patch)
tree51aa36c24a9e6536da99ecc4d5e49ee9baa09719
parenttest (diff)
downloadpvs2-863f4a492e08010f534e7ab3abf4cb8db2286df6.tar.gz
pvs2-863f4a492e08010f534e7ab3abf4cb8db2286df6.tar.xz
pvs2-863f4a492e08010f534e7ab3abf4cb8db2286df6.zip
test
-rw-r--r--src/client/toolbar/toolbar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/toolbar/toolbar.cpp b/src/client/toolbar/toolbar.cpp
index b58fd4f..8ccf78f 100644
--- a/src/client/toolbar/toolbar.cpp
+++ b/src/client/toolbar/toolbar.cpp
@@ -518,7 +518,7 @@ void Toolbar::onDbgFinished()
}
_ui->btnCustom->setStyleSheet("background-color: grey; color: black; font: bold");
_ui->btnCustom->setText("Debug mode: OFF");
- cleanup.start("/bin/sh", QStringList("/opt/openslx/remotedebug/cleanup.sh"));
+ cleanup.start("/bin/sh", QStringList() << "killall" << "x11vnc");
cleanup.waitForFinished();
}