Clean up coding style

This commit is contained in:
Chocobo1
2020-04-04 11:55:10 +08:00
parent a10cee0f2b
commit 3752453522
3 changed files with 16 additions and 14 deletions

View File

@@ -52,11 +52,11 @@ public:
void setActivityState(bool busy);
private:
bool m_busy;
void setBusy();
void setIdle();
bool m_busy = false;
#if (defined(Q_OS_UNIX) && !defined(Q_OS_MACOS)) && defined(QT_DBUS_LIB)
PowerManagementInhibitor *m_inhibitor;
#endif