From def4b92588df777cd68b4203b8e32fbb7d2cce5e Mon Sep 17 00:00:00 2001 From: Gabriele Date: Mon, 2 Mar 2015 12:53:39 +0100 Subject: [PATCH] Remove dead connection from MainWindow shutdownCleanUp() had been removed with 458b216b74e1 ("MainWindow cleanups.") --- src/gui/mainwindow.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/gui/mainwindow.cpp b/src/gui/mainwindow.cpp index 1adc167bd..f25e31c3d 100644 --- a/src/gui/mainwindow.cpp +++ b/src/gui/mainwindow.cpp @@ -118,8 +118,6 @@ MainWindow::MainWindow(QWidget *parent) ui_locked = pref->isUILocked(); setWindowTitle(QString("qBittorrent %1").arg(QString::fromUtf8(VERSION))); displaySpeedInTitle = pref->speedInTitleBar(); - // Clean exit on log out - connect(qApp, SIGNAL(aboutToQuit()), this, SLOT(shutdownCleanUp()), Qt::DirectConnection); // Setting icons #if (defined(Q_OS_UNIX) && !defined(Q_OS_MAC)) if (Preferences::instance()->useSystemIconTheme())