mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-10-04 01:00:22 +00:00
GH-4699 Formatting
This commit is contained in:
@@ -58,7 +58,7 @@ protected:
|
|||||||
|
|
||||||
private slots:
|
private slots:
|
||||||
void lookupSucceeded();
|
void lookupSucceeded();
|
||||||
void lookupFailed(const QString &);
|
void lookupFailed(const QString &reason);
|
||||||
void lookupProgress(qint64 current, qint64 total);
|
void lookupProgress(qint64 current, qint64 total);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
@@ -33,7 +33,7 @@ public: /* types */
|
|||||||
{
|
{
|
||||||
NoOptions = 0,
|
NoOptions = 0,
|
||||||
AcceptLocalFiles = 1,
|
AcceptLocalFiles = 1,
|
||||||
AllowNotFound =2
|
AllowNotFound = 2
|
||||||
};
|
};
|
||||||
Q_DECLARE_FLAGS(Options, Option)
|
Q_DECLARE_FLAGS(Options, Option)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user