mirror of
https://github.com/MultiMC/MultiMC5.git
synced 2025-01-01 00:16:40 +00:00
GH-4699 Formatting
This commit is contained in:
parent
74addfb78b
commit
a6dff61ff7
@ -786,7 +786,7 @@ SET(LAUNCHER_SOURCES
|
||||
ui/dialogs/SkinUploadDialog.h
|
||||
ui/dialogs/CreateShortcutDialog.cpp
|
||||
ui/dialogs/CreateShortcutDialog.h
|
||||
ui/dialogs/ModrinthExportDialog.cpp
|
||||
ui/dialogs/ModrinthExportDialog.cpp
|
||||
ui/dialogs/ModrinthExportDialog.h
|
||||
|
||||
# GUI - widgets
|
||||
|
@ -58,7 +58,7 @@ protected:
|
||||
|
||||
private slots:
|
||||
void lookupSucceeded();
|
||||
void lookupFailed(const QString &);
|
||||
void lookupFailed(const QString &reason);
|
||||
void lookupProgress(qint64 current, qint64 total);
|
||||
|
||||
private:
|
||||
|
@ -33,7 +33,7 @@ public: /* types */
|
||||
{
|
||||
NoOptions = 0,
|
||||
AcceptLocalFiles = 1,
|
||||
AllowNotFound =2
|
||||
AllowNotFound = 2
|
||||
};
|
||||
Q_DECLARE_FLAGS(Options, Option)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user