mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-09 06:17:58 +00:00
parent
c20a77aa77
commit
56c52af124
@ -39,7 +39,7 @@ class MainWindow;
|
|||||||
class IGUIApplication : public IApplication
|
class IGUIApplication : public IApplication
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
virtual ~IGUIApplication() = default;
|
~IGUIApplication() override = default;
|
||||||
|
|
||||||
virtual DesktopIntegration *desktopIntegration() = 0;
|
virtual DesktopIntegration *desktopIntegration() = 0;
|
||||||
virtual MainWindow *mainWindow() = 0;
|
virtual MainWindow *mainWindow() = 0;
|
||||||
|
@ -41,7 +41,7 @@ class PowerManagementInhibitor final : public QObject
|
|||||||
|
|
||||||
public:
|
public:
|
||||||
PowerManagementInhibitor(QObject *parent = nullptr);
|
PowerManagementInhibitor(QObject *parent = nullptr);
|
||||||
virtual ~PowerManagementInhibitor() = default;
|
~PowerManagementInhibitor() override = default;
|
||||||
|
|
||||||
void requestIdle();
|
void requestIdle();
|
||||||
void requestBusy();
|
void requestBusy();
|
||||||
|
Loading…
Reference in New Issue
Block a user