mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-31 20:58:07 -06:00
committed by
GitHub
parent
e4313d6651
commit
dcf3e97291
@@ -31,6 +31,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "base/interfaces/iapplication.h"
|
||||
#include "gui/guiaddtorrentmanager.h"
|
||||
#include "gui/windowstate.h"
|
||||
|
||||
class DesktopIntegration;
|
||||
@@ -41,6 +42,8 @@ class IGUIApplication : public IApplication
|
||||
public:
|
||||
~IGUIApplication() override = default;
|
||||
|
||||
GUIAddTorrentManager *addTorrentManager() const override = 0;
|
||||
|
||||
virtual DesktopIntegration *desktopIntegration() = 0;
|
||||
virtual MainWindow *mainWindow() = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user