qtui: Remove remnant from debugging icon loading
authorManuel Nickschas <sputnick@quassel-irc.org>
Thu, 21 Jun 2018 20:16:43 +0000 (22:16 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Thu, 21 Jun 2018 20:16:43 +0000 (22:16 +0200)
Good old eye...

src/qtui/mainwin.cpp

index a7e50d2..fe1a0d0 100644 (file)
@@ -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())));