summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/client/toolbar/toolbar.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/toolbar/toolbar.cpp b/src/client/toolbar/toolbar.cpp
index 3dad2aa..cdd42f3 100644
--- a/src/client/toolbar/toolbar.cpp
+++ b/src/client/toolbar/toolbar.cpp
@@ -505,6 +505,8 @@ void Toolbar::onBtnCustom()
} else {
this->runDbg.close();
}
+
+ qDebug << this->runDbg.ProcessState();
this->runDbg.waitForFinished();
_ui->btnCustom->setStyleSheet("background-color: grey; color: black; font: bold");