summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/client/toolbar/toolbar.cpp3
1 files changed, 2 insertions, 1 deletions
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");