mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-31 20:58:07 -06:00
committed by
GitHub
parent
2ef059807a
commit
890630944d
@@ -32,6 +32,7 @@
|
||||
|
||||
#include "base/interfaces/iapplication.h"
|
||||
|
||||
class DesktopIntegration;
|
||||
class MainWindow;
|
||||
|
||||
class IGUIApplication : public IApplication
|
||||
@@ -39,5 +40,9 @@ class IGUIApplication : public IApplication
|
||||
public:
|
||||
virtual ~IGUIApplication() = default;
|
||||
|
||||
virtual DesktopIntegration *desktopIntegration() = 0;
|
||||
virtual MainWindow *mainWindow() = 0;
|
||||
|
||||
virtual bool isTorrentAddedNotificationsEnabled() const = 0;
|
||||
virtual void setTorrentAddedNotificationsEnabled(bool value) = 0;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user