summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChristoph Schulthess2017-03-20 13:28:21 +0100
committerChristoph Schulthess2017-03-20 13:28:21 +0100
commite91c26d38456e04c2f06747e50f8a616e792afb2 (patch)
tree5e0b42bbfac81d469f638cea3d012229655c540b /src
parentonBtnCustom function (diff)
downloadpvs2-e91c26d38456e04c2f06747e50f8a616e792afb2.tar.gz
pvs2-e91c26d38456e04c2f06747e50f8a616e792afb2.tar.xz
pvs2-e91c26d38456e04c2f06747e50f8a616e792afb2.zip
changed custom button func
Diffstat (limited to 'src')
-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()