|
|
|
@ -110,7 +110,7 @@ MainWindow::MainWindow(QWidget *parent, const QStringList& torrentCmdLine) : QMa
@@ -110,7 +110,7 @@ MainWindow::MainWindow(QWidget *parent, const QStringList& torrentCmdLine) : QMa
|
|
|
|
|
setWindowTitle(QString("qBittorrent %1").arg(QString::fromUtf8(VERSION))); |
|
|
|
|
displaySpeedInTitle = pref.speedInTitleBar(); |
|
|
|
|
// Clean exit on log out
|
|
|
|
|
connect(static_cast<SessionApplication*>(qApp), SIGNAL(aboutToQuit()), this, SLOT(deleteBTSession()), Qt::DirectConnection); |
|
|
|
|
connect(qApp, SIGNAL(aboutToQuit()), this, SLOT(deleteBTSession()), Qt::DirectConnection); |
|
|
|
|
// Setting icons
|
|
|
|
|
#if defined(Q_WS_X11) |
|
|
|
|
if (Preferences().useSystemIconTheme()) |
|
|
|
|