summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Schulthess2017-05-02 10:25:14 +0200
committerChristoph Schulthess2017-05-02 10:25:14 +0200
commit774b355281acd0ae1b26e1c3ad76e788f2093a60 (patch)
treeafa270744ef8d24c1516e45549f03a3a37ed98db
parenttest (diff)
downloadpvs2-774b355281acd0ae1b26e1c3ad76e788f2093a60.tar.gz
pvs2-774b355281acd0ae1b26e1c3ad76e788f2093a60.tar.xz
pvs2-774b355281acd0ae1b26e1c3ad76e788f2093a60.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 82f8915..598b7e3 100644
--- a/src/client/toolbar/toolbar.cpp
+++ b/src/client/toolbar/toolbar.cpp
@@ -110,7 +110,7 @@ void Toolbar::init()
connect(_ui->btnManager, SIGNAL(toggled(bool)), this, SLOT(onBtnManager()));
connect(_ui->btnAttention, SIGNAL(toggled(bool)), this, SLOT(onBtnAttention()));
connect(_ui->btnCustom, SIGNAL(toggled(bool)), this, SLOT(onBtnCustom()));
- connect(this->runDbg, SIGNAL(finished(int)), this, SLOT(onDbgFinished()));
+ connect(&this->runDbg, SIGNAL(finished(int)), this, SLOT(onDbgFinished()));
/* Setup menu */
initMenu();