mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 06:01:33 -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;
|
||||
|
||||
@@ -41,7 +41,7 @@ class PowerManagementInhibitor final : public QObject
|
||||
|
||||
public:
|
||||
PowerManagementInhibitor(QObject *parent = nullptr);
|
||||
virtual ~PowerManagementInhibitor() = default;
|
||||
~PowerManagementInhibitor() override = default;
|
||||
|
||||
void requestIdle();
|
||||
void requestBusy();
|
||||
|
||||
Reference in New Issue
Block a user