diff options
Diffstat (limited to 'launcher/net/NetAction.h')
-rw-r--r-- | launcher/net/NetAction.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/launcher/net/NetAction.h b/launcher/net/NetAction.h index 247b34c0..b66b9194 100644 --- a/launcher/net/NetAction.h +++ b/launcher/net/NetAction.h @@ -47,7 +47,7 @@ class NetAction : public Task { Q_OBJECT protected: - explicit NetAction() : Task(){} + explicit NetAction() : Task() {} public: using Ptr = shared_qobject_ptr<NetAction>; @@ -86,7 +86,7 @@ class NetAction : public Task { } protected: - void executeTask() override{} + void executeTask() override {} public: shared_qobject_ptr<QNetworkAccessManager> m_network; |