aboutsummaryrefslogtreecommitdiff
path: root/launcher/updater/MacSparkleUpdater.h
diff options
context:
space:
mode:
Diffstat (limited to 'launcher/updater/MacSparkleUpdater.h')
-rw-r--r--launcher/updater/MacSparkleUpdater.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/launcher/updater/MacSparkleUpdater.h b/launcher/updater/MacSparkleUpdater.h
index cee19f7c..3f6b5f4a 100644
--- a/launcher/updater/MacSparkleUpdater.h
+++ b/launcher/updater/MacSparkleUpdater.h
@@ -26,11 +26,10 @@
/*!
* An implementation for the updater on macOS that uses the Sparkle framework.
*/
-class MacSparkleUpdater : public ExternalUpdater
-{
+class MacSparkleUpdater : public ExternalUpdater {
Q_OBJECT
-public:
+ public:
/*!
* Start the Sparkle updater, which automatically checks for updates if necessary.
*/
@@ -115,10 +114,10 @@ public:
*/
void setBetaAllowed(bool allowed) override;
-private:
+ private:
class Private;
- Private *priv;
+ Private* priv;
};
-#endif //LAUNCHER_MACSPARKLEUPDATER_H
+#endif // LAUNCHER_MACSPARKLEUPDATER_H