diff options
| author | Christoph Schulthess | 2017-05-02 11:50:35 +0200 |
|---|---|---|
| committer | Christoph Schulthess | 2017-05-02 11:50:35 +0200 |
| commit | 227f28c6eda07bff43241fc5b2e625817fa26454 (patch) | |
| tree | 5793190e12205053e29017d9aacf0ba1c1ce8176 /src/client | |
| parent | test (diff) | |
| download | pvs2-227f28c6eda07bff43241fc5b2e625817fa26454.tar.gz pvs2-227f28c6eda07bff43241fc5b2e625817fa26454.tar.xz pvs2-227f28c6eda07bff43241fc5b2e625817fa26454.zip | |
test
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/toolbar/toolbar.cpp | 2 |
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(); } |
