From 8a6f41579af58127f29fcfe363da14167d74427f Mon Sep 17 00:00:00 2001 From: Christoph Schulthess Date: Wed, 22 Mar 2017 16:54:39 +0100 Subject: changed signal --- src/client/toolbar/toolbar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/toolbar/toolbar.cpp') diff --git a/src/client/toolbar/toolbar.cpp b/src/client/toolbar/toolbar.cpp index 204d10a..631e6c5 100644 --- a/src/client/toolbar/toolbar.cpp +++ b/src/client/toolbar/toolbar.cpp @@ -109,7 +109,7 @@ void Toolbar::init() connect(clientApp->connectWindow(), SIGNAL(connected(ServerConnection*)), this, SLOT(onConnected(ServerConnection*))); 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->btnCustom, SIGNAL(clicked), this, SLOT(onBtnCustom())); /* Setup menu */ initMenu(); -- cgit v1.2.3-55-g7522