summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Schulthess2017-05-02 11:50:35 +0200
committerChristoph Schulthess2017-05-02 11:50:35 +0200
commit227f28c6eda07bff43241fc5b2e625817fa26454 (patch)
tree5793190e12205053e29017d9aacf0ba1c1ce8176
parenttest (diff)
downloadpvs2-227f28c6eda07bff43241fc5b2e625817fa26454.tar.gz
pvs2-227f28c6eda07bff43241fc5b2e625817fa26454.tar.xz
pvs2-227f28c6eda07bff43241fc5b2e625817fa26454.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 8ccf78f..514e90c 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() << "killall" << "x11vnc");
+ cleanup.start("killall", QStringList() << "x11vnc");
cleanup.waitForFinished();
}