diff options
author | Christoph Schulthess | 2017-05-02 10:08:28 +0200 |
---|---|---|
committer | Christoph Schulthess | 2017-05-02 10:08:28 +0200 |
commit | 3f97111838eec93f46e99edfb480b16a0042eab5 (patch) | |
tree | 5e6365b35d0a90f01669d162eb2c76310c4540ac | |
parent | test (diff) | |
download | pvs2-3f97111838eec93f46e99edfb480b16a0042eab5.tar.gz pvs2-3f97111838eec93f46e99edfb480b16a0042eab5.tar.xz pvs2-3f97111838eec93f46e99edfb480b16a0042eab5.zip |
test
-rw-r--r-- | src/client/toolbar/toolbar.cpp | 2 |
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(); |