summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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");