mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-11 07:18:08 +00:00
Merge pull request #2677 from pmzqla/connection
Remove dead connection from MainWindow
This commit is contained in:
commit
133d92dd2e
@ -118,8 +118,6 @@ MainWindow::MainWindow(QWidget *parent)
|
|||||||
ui_locked = pref->isUILocked();
|
ui_locked = pref->isUILocked();
|
||||||
setWindowTitle(QString("qBittorrent %1").arg(QString::fromUtf8(VERSION)));
|
setWindowTitle(QString("qBittorrent %1").arg(QString::fromUtf8(VERSION)));
|
||||||
displaySpeedInTitle = pref->speedInTitleBar();
|
displaySpeedInTitle = pref->speedInTitleBar();
|
||||||
// Clean exit on log out
|
|
||||||
connect(qApp, SIGNAL(aboutToQuit()), this, SLOT(shutdownCleanUp()), Qt::DirectConnection);
|
|
||||||
// Setting icons
|
// Setting icons
|
||||||
#if (defined(Q_OS_UNIX) && !defined(Q_OS_MAC))
|
#if (defined(Q_OS_UNIX) && !defined(Q_OS_MAC))
|
||||||
if (Preferences::instance()->useSystemIconTheme())
|
if (Preferences::instance()->useSystemIconTheme())
|
||||||
|
Loading…
Reference in New Issue
Block a user