summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Schulthess2017-04-24 14:20:43 +0200
committerChristoph Schulthess2017-04-24 14:20:43 +0200
commita65d2ac26b4af1eb1d6204d18b9c7e5cd0339b0b (patch)
treed8dd83ca8ca74a506f71e308a15db2b36f657ee6
parentdebugging information (diff)
downloadpvs2-a65d2ac26b4af1eb1d6204d18b9c7e5cd0339b0b.tar.gz
pvs2-a65d2ac26b4af1eb1d6204d18b9c7e5cd0339b0b.tar.xz
pvs2-a65d2ac26b4af1eb1d6204d18b9c7e5cd0339b0b.zip
debugging information
-rw-r--r--src/client/toolbar/toolbar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/toolbar/toolbar.cpp b/src/client/toolbar/toolbar.cpp
index cdd42f3..1c4fcef 100644
--- a/src/client/toolbar/toolbar.cpp
+++ b/src/client/toolbar/toolbar.cpp
@@ -506,7 +506,7 @@ void Toolbar::onBtnCustom()
this->runDbg.close();
}
- qDebug << this->runDbg.ProcessState();
+ qDebug << this->runDbg.ProcessState;
this->runDbg.waitForFinished();
_ui->btnCustom->setStyleSheet("background-color: grey; color: black; font: bold");