summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Schulthess2017-04-24 14:26:12 +0200
committerChristoph Schulthess2017-04-24 14:26:12 +0200
commit375f7ace1c17791d98afed45c15bed1768036552 (patch)
tree7918b8bc9fb3fa1bda73afda9a920b41ba0aa3ff
parentdebugging information (diff)
downloadpvs2-375f7ace1c17791d98afed45c15bed1768036552.tar.gz
pvs2-375f7ace1c17791d98afed45c15bed1768036552.tar.xz
pvs2-375f7ace1c17791d98afed45c15bed1768036552.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 7764291..0ca32e9 100644
--- a/src/client/toolbar/toolbar.cpp
+++ b/src/client/toolbar/toolbar.cpp
@@ -507,7 +507,7 @@ void Toolbar::onBtnCustom()
}
qDebug() << "state: " << this->runDbg.state();
- qDebug() << "error: " << this->runDbg.error();
+ qDebug() << "error: " << this->runDbg.errorString();
this->runDbg.waitForFinished();
_ui->btnCustom->setStyleSheet("background-color: grey; color: black; font: bold");