summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Schulthess2017-05-02 11:39:58 +0200
committerChristoph Schulthess2017-05-02 11:39:58 +0200
commitd4ca4acba871cde9c6f4f828f6cd766513e6b24b (patch)
tree0cf8f0185dfcc131463d39c1592c147d176423ba
parenttest (diff)
downloadpvs2-d4ca4acba871cde9c6f4f828f6cd766513e6b24b.tar.gz
pvs2-d4ca4acba871cde9c6f4f828f6cd766513e6b24b.tar.xz
pvs2-d4ca4acba871cde9c6f4f828f6cd766513e6b24b.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 cdd49a9..22e4cf0 100644
--- a/src/client/toolbar/toolbar.cpp
+++ b/src/client/toolbar/toolbar.cpp
@@ -504,7 +504,7 @@ void Toolbar::onBtnCustom()
this->runDbg.start("/bin/sh", QStringList() << "/opt/openslx/remotedebug/startdebug_noxterm.sh");
//this->runDbg.start("xterm");
} else {
- this->runDbg.terminate();
+ this->runDbg.kill();
}
qDebug() << "state: " << this->runDbg.state();
qDebug() << "error: " << this->runDbg.errorString();