chore: reformat

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu
2023-08-02 18:35:35 +02:00
parent ce2ca13815
commit 1d468ac35a
594 changed files with 16040 additions and 16536 deletions

View File

@ -31,11 +31,10 @@
* The initializer of the new class should have the side effect of starting the automatic updater. That is,
* once the class is initialized, the program should automatically check for updates if necessary.
*/
class ExternalUpdater : public QObject
{
class ExternalUpdater : public QObject {
Q_OBJECT
public:
public:
/*!
* Check for updates manually, showing the user a progress bar and an alert if no updates are found.
*/
@ -71,7 +70,7 @@ public:
*/
virtual void setBetaAllowed(bool allowed) = 0;
signals:
signals:
/*!
* Emits whenever the user's ability to check for updates changes.
*
@ -84,4 +83,4 @@ signals:
void canCheckForUpdatesChanged(bool canCheck);
};
#endif //LAUNCHER_EXTERNALUPDATER_H
#endif // LAUNCHER_EXTERNALUPDATER_H