summaryrefslogtreecommitdiffstats
path: root/src/client/toolbar/toolbar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/toolbar/toolbar.cpp')
-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");