summaryrefslogtreecommitdiffstats
path: root/src/client/toolbar/toolbar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/toolbar/toolbar.cpp')
-rw-r--r--src/client/toolbar/toolbar.cpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/client/toolbar/toolbar.cpp b/src/client/toolbar/toolbar.cpp
index 4b714e2..204d10a 100644
--- a/src/client/toolbar/toolbar.cpp
+++ b/src/client/toolbar/toolbar.cpp
@@ -498,11 +498,8 @@ void Toolbar::onBtnManager()
void Toolbar::onBtnCustom()
{
QProcess runDbg;
- const bool on = _ui->btnCustom->isChecked();
- if (on) {
- runDbg.start("/bin/sh", QStringList() << "/opt/openslx/remotedebug/startdebug.sh");
- }
- runDbg.waitForFinished();
+ //const bool on = _ui->btnCustom->isChecked();
+ runDbg.start("/bin/sh", QStringList() << "/opt/openslx/remotedebug/startdebug.sh");
}
void Toolbar::onBtnLockDesktop()