From da1a6f40b28d65e5b6a5a03e62f9b2604c3f00a7 Mon Sep 17 00:00:00 2001 From: Manuel Nickschas Date: Thu, 21 Jun 2018 22:16:43 +0200 Subject: [PATCH 1/1] qtui: Remove remnant from debugging icon loading Good old eye... --- src/qtui/mainwin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qtui/mainwin.cpp b/src/qtui/mainwin.cpp index a7e50d25..fe1a0d06 100644 --- a/src/qtui/mainwin.cpp +++ b/src/qtui/mainwin.cpp @@ -397,7 +397,7 @@ void MainWin::setupActions() // File coll->addAction("ConnectCore", new Action(icon::get("connect-quassel"), tr("&Connect to Core..."), coll, this, SLOT(showCoreConnectionDlg()))); - coll->addAction("DisconnectCore", new Action(icon::get("disconnect-quassel", ":/pics/quassel-eye.png"), tr("&Disconnect from Core"), coll, + coll->addAction("DisconnectCore", new Action(icon::get("disconnect-quassel"), tr("&Disconnect from Core"), coll, Client::instance(), SLOT(disconnectFromCore()))); coll->addAction("ChangePassword", new Action(icon::get("dialog-password"), tr("Change &Password..."), coll, this, SLOT(showPasswordChangeDlg()))); -- 2.20.1