mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-23 21:14:33 +00:00
Remove dead code
Leftover from the system tray code refactoring.
This commit is contained in:
parent
b86366f243
commit
311e0f21eb
@ -50,10 +50,6 @@
|
|||||||
#include <QtGlobal>
|
#include <QtGlobal>
|
||||||
#include <QTimer>
|
#include <QTimer>
|
||||||
|
|
||||||
#ifdef QBT_USES_CUSTOMDBUSNOTIFICATIONS
|
|
||||||
#include "notifications/dbusnotifier.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "base/bittorrent/session.h"
|
#include "base/bittorrent/session.h"
|
||||||
#include "base/bittorrent/sessionstatus.h"
|
#include "base/bittorrent/sessionstatus.h"
|
||||||
#include "base/global.h"
|
#include "base/global.h"
|
||||||
|
@ -68,11 +68,6 @@ namespace Ui
|
|||||||
class MainWindow;
|
class MainWindow;
|
||||||
}
|
}
|
||||||
|
|
||||||
#if (defined(Q_OS_UNIX) && !defined(Q_OS_MACOS)) && defined(QT_DBUS_LIB)
|
|
||||||
#define QBT_USES_CUSTOMDBUSNOTIFICATIONS
|
|
||||||
class DBusNotifier;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
class MainWindow final : public QMainWindow, public GUIApplicationComponent
|
class MainWindow final : public QMainWindow, public GUIApplicationComponent
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user