From e82b37eb009978b37e0d1cea2b2d182c0c19ac63 Mon Sep 17 00:00:00 2001 From: Christoph Schulthess Date: Mon, 24 Apr 2017 14:22:33 +0200 Subject: debugging information --- src/client/toolbar/toolbar.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/client/toolbar/toolbar.cpp b/src/client/toolbar/toolbar.cpp index 1c4fcef..2bb6c89 100644 --- a/src/client/toolbar/toolbar.cpp +++ b/src/client/toolbar/toolbar.cpp @@ -506,7 +506,8 @@ void Toolbar::onBtnCustom() this->runDbg.close(); } - qDebug << this->runDbg.ProcessState; + qDebug << "state: " << this->runDbg.state(); + qDebug << "error: " << this->runDbg.error(); this->runDbg.waitForFinished(); _ui->btnCustom->setStyleSheet("background-color: grey; color: black; font: bold"); -- cgit v1.2.3-55-g7522