summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Schulthess2017-04-24 14:22:33 +0200
committerChristoph Schulthess2017-04-24 14:22:33 +0200
commite82b37eb009978b37e0d1cea2b2d182c0c19ac63 (patch)
treee8a1384c50c1145bff9e6b18e7a8d7357ef9eb8f
parentdebugging information (diff)
downloadpvs2-e82b37eb009978b37e0d1cea2b2d182c0c19ac63.tar.gz
pvs2-e82b37eb009978b37e0d1cea2b2d182c0c19ac63.tar.xz
pvs2-e82b37eb009978b37e0d1cea2b2d182c0c19ac63.zip
debugging information
-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");