summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Schulthess2017-04-24 14:23:30 +0200
committerChristoph Schulthess2017-04-24 14:23:30 +0200
commita2bfcf81672893d6debc5694a844195869e87793 (patch)
treeeff2b2a5ea148dd088da4f1c2d7275dede4fe7c0
parentdebugging information (diff)
downloadpvs2-a2bfcf81672893d6debc5694a844195869e87793.tar.gz
pvs2-a2bfcf81672893d6debc5694a844195869e87793.tar.xz
pvs2-a2bfcf81672893d6debc5694a844195869e87793.zip
debugging information
-rw-r--r--src/client/toolbar/toolbar.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/toolbar/toolbar.cpp b/src/client/toolbar/toolbar.cpp
index 2bb6c89..7764291 100644
--- a/src/client/toolbar/toolbar.cpp
+++ b/src/client/toolbar/toolbar.cpp
@@ -506,8 +506,8 @@ void Toolbar::onBtnCustom()
this->runDbg.close();
}
- qDebug << "state: " << this->runDbg.state();
- qDebug << "error: " << this->runDbg.error();
+ qDebug() << "state: " << this->runDbg.state();
+ qDebug() << "error: " << this->runDbg.error();
this->runDbg.waitForFinished();
_ui->btnCustom->setStyleSheet("background-color: grey; color: black; font: bold");