mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-02 21:52:32 -06:00
@@ -39,7 +39,7 @@ class MainWindow;
|
||||
class IGUIApplication : public IApplication
|
||||
{
|
||||
public:
|
||||
virtual ~IGUIApplication() = default;
|
||||
~IGUIApplication() override = default;
|
||||
|
||||
virtual DesktopIntegration *desktopIntegration() = 0;
|
||||
virtual MainWindow *mainWindow() = 0;
|
||||
|
||||
Reference in New Issue
Block a user