From d6fabe372ee7b774e487313e1c83586310082c46 Mon Sep 17 00:00:00 2001 From: Christoph Schulthess Date: Wed, 22 Mar 2017 16:57:36 +0100 Subject: minor fix --- src/client/toolbar/toolbar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/toolbar/toolbar.cpp b/src/client/toolbar/toolbar.cpp index 631e6c5..b15c536 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(clicked), this, SLOT(onBtnCustom())); + connect(_ui->btnCustom, SIGNAL(clicked()), this, SLOT(onBtnCustom())); /* Setup menu */ initMenu(); -- cgit v1.2.3-55-g7522