diff options
| author | Christoph Schulthess | 2017-04-24 16:42:14 +0200 |
|---|---|---|
| committer | Christoph Schulthess | 2017-04-24 16:42:14 +0200 |
| commit | 578ca5a7b3fb46bf655142d407f60da936eccd2c (patch) | |
| tree | 983d4ad57ae890b29d2ce51d3950e13d7c5e64d0 /src/client/toolbar | |
| parent | test (diff) | |
| download | pvs2-578ca5a7b3fb46bf655142d407f60da936eccd2c.tar.gz pvs2-578ca5a7b3fb46bf655142d407f60da936eccd2c.tar.xz pvs2-578ca5a7b3fb46bf655142d407f60da936eccd2c.zip | |
test
Diffstat (limited to 'src/client/toolbar')
| -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 3665607..48e357b 100644 --- a/src/client/toolbar/toolbar.cpp +++ b/src/client/toolbar/toolbar.cpp @@ -499,7 +499,7 @@ void Toolbar::onBtnCustom() { const bool on = _ui->btnCustom->isChecked(); if (on) { - this->runDbg.startDetached("/bin/sh", QStringList() << "/opt/openslx/remotedebug/startdebug_noxterm.sh"); + this->runDbg.startDetached("/bin/sh", QStringList() << "-c" << "/opt/openslx/remotedebug/startdebug_noxterm.sh"); _ui->btnCustom->setStyleSheet("background-color: red; color: white; font: bold"); _ui->btnCustom->setText("Debug mode: ON"); } else { |
