summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Schulthess2017-05-02 11:36:07 +0200
committerChristoph Schulthess2017-05-02 11:36:07 +0200
commit8f50e5014c5abbba40dea3285d870f5974d9566c (patch)
tree0e2a57877ad38fc3189934dadd4fb65f157e4e3a
parenttest (diff)
downloadpvs2-8f50e5014c5abbba40dea3285d870f5974d9566c.tar.gz
pvs2-8f50e5014c5abbba40dea3285d870f5974d9566c.tar.xz
pvs2-8f50e5014c5abbba40dea3285d870f5974d9566c.zip
test
-rw-r--r--src/client/toolbar/toolbar.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/toolbar/toolbar.cpp b/src/client/toolbar/toolbar.cpp
index 864df8a..cdd49a9 100644
--- a/src/client/toolbar/toolbar.cpp
+++ b/src/client/toolbar/toolbar.cpp
@@ -501,8 +501,8 @@ void Toolbar::onBtnCustom()
{
const bool on = _ui->btnCustom->isChecked();
if (on) {
- //this->runDbg.start("/bin/sh", QStringList() << "/opt/openslx/remotedebug/startdebug_noxterm.sh");
- this->runDbg.start("xterm");
+ this->runDbg.start("/bin/sh", QStringList() << "/opt/openslx/remotedebug/startdebug_noxterm.sh");
+ //this->runDbg.start("xterm");
} else {
this->runDbg.terminate();
}