diff options
| author | Christoph Schulthess | 2017-05-02 11:44:07 +0200 |
|---|---|---|
| committer | Christoph Schulthess | 2017-05-02 11:44:07 +0200 |
| commit | 290dbcae691c29d5c26f11b79d79e0b24ebc0f6d (patch) | |
| tree | 827845023db06685730a8df4107491da6fda789e /src | |
| parent | test (diff) | |
| download | pvs2-290dbcae691c29d5c26f11b79d79e0b24ebc0f6d.tar.gz pvs2-290dbcae691c29d5c26f11b79d79e0b24ebc0f6d.tar.xz pvs2-290dbcae691c29d5c26f11b79d79e0b24ebc0f6d.zip | |
test
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/toolbar/toolbar.cpp | 1 |
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() |
