From f165a54dcb66ab5e13b481fa85e2dfbefcfb3f84 Mon Sep 17 00:00:00 2001 From: Christoph Schulthess Date: Tue, 2 May 2017 11:53:20 +0200 Subject: test --- src/client/toolbar/toolbar.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/client/toolbar/toolbar.cpp b/src/client/toolbar/toolbar.cpp index 514e90c..cc44468 100644 --- a/src/client/toolbar/toolbar.cpp +++ b/src/client/toolbar/toolbar.cpp @@ -502,12 +502,9 @@ 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"); } else { this->runDbg.kill(); } - qDebug() << "state: " << this->runDbg.state(); - qDebug() << "error: " << this->runDbg.errorString(); } void Toolbar::onDbgFinished() -- cgit v1.2.3-55-g7522