summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Schulthess2017-05-02 10:08:28 +0200
committerChristoph Schulthess2017-05-02 10:08:28 +0200
commit3f97111838eec93f46e99edfb480b16a0042eab5 (patch)
tree5e6365b35d0a90f01669d162eb2c76310c4540ac
parenttest (diff)
downloadpvs2-3f97111838eec93f46e99edfb480b16a0042eab5.tar.gz
pvs2-3f97111838eec93f46e99edfb480b16a0042eab5.tar.xz
pvs2-3f97111838eec93f46e99edfb480b16a0042eab5.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 fdb6e9f..82f8915 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(_ui->runDbg, SIGNAL(finished(int, QProcess::ExitStatus)), this, SLOT(onDbgFinished()));
+ connect(this->runDbg, SIGNAL(finished(int)), this, SLOT(onDbgFinished()));
/* Setup menu */
initMenu();