summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Schulthess2017-05-02 11:09:32 +0200
committerChristoph Schulthess2017-05-02 11:09:32 +0200
commit7860b3c56a3b388bcc1dd2bce2542e9911c5eefe (patch)
tree441f10b1ce5f50e439a14d7037809d3cbb87e596
parenttest (diff)
downloadpvs2-7860b3c56a3b388bcc1dd2bce2542e9911c5eefe.tar.gz
pvs2-7860b3c56a3b388bcc1dd2bce2542e9911c5eefe.tar.xz
pvs2-7860b3c56a3b388bcc1dd2bce2542e9911c5eefe.zip
test
-rw-r--r--src/client/toolbar/toolbar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/toolbar/toolbar.cpp b/src/client/toolbar/toolbar.cpp
index c6de504..205f5c2 100644
--- a/src/client/toolbar/toolbar.cpp
+++ b/src/client/toolbar/toolbar.cpp
@@ -502,7 +502,7 @@ 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("/bin/sh", QStringList() << "xterm" << "-h")
+ this->runDbg.start("/bin/sh", QStringList() << "xterm" << "-h");
} else {
this->runDbg.terminate();
}