summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Schulthess2017-05-02 10:00:46 +0200
committerChristoph Schulthess2017-05-02 10:00:46 +0200
commit1d1beecec043adacb44e0e67b8951cf7ef4e9ee0 (patch)
tree9c71867893a70e0193406998b6bac5ae22643c03
parenttest (diff)
downloadpvs2-1d1beecec043adacb44e0e67b8951cf7ef4e9ee0.tar.gz
pvs2-1d1beecec043adacb44e0e67b8951cf7ef4e9ee0.tar.xz
pvs2-1d1beecec043adacb44e0e67b8951cf7ef4e9ee0.zip
test
-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 af69ed1..bd71959 100644
--- a/src/client/toolbar/toolbar.cpp
+++ b/src/client/toolbar/toolbar.cpp
@@ -513,7 +513,7 @@ void Toolbar::onBtnCustom()
void Toolbar::onDbgFinished()
{
- _ui->btnCustom->setChecked(false)
+ _ui->btnCustom->setChecked(false);
_ui->btnCustom->setStyleSheet("background-color: grey; color: black; font: bold");
_ui->btnCustom->setText("Debug mode: OFF");
}