summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Schulthess2017-04-24 14:20:00 +0200
committerChristoph Schulthess2017-04-24 14:20:00 +0200
commit304248573bdcf467a7316790c8af4e674600eb99 (patch)
treef5ea5b2750eae5b111bafce9f4f18aaf10c1d6e8
parenttoolbar waits for finish (diff)
downloadpvs2-304248573bdcf467a7316790c8af4e674600eb99.tar.gz
pvs2-304248573bdcf467a7316790c8af4e674600eb99.tar.xz
pvs2-304248573bdcf467a7316790c8af4e674600eb99.zip
debugging information
-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");