diff --git a/launcher/CMakeLists.txt b/launcher/CMakeLists.txt index c8e363eb..47e37df5 100644 --- a/launcher/CMakeLists.txt +++ b/launcher/CMakeLists.txt @@ -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 diff --git a/launcher/ModrinthInstanceExportTask.h b/launcher/ModrinthInstanceExportTask.h index 8749ded4..fbcdb0f5 100644 --- a/launcher/ModrinthInstanceExportTask.h +++ b/launcher/ModrinthInstanceExportTask.h @@ -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: diff --git a/launcher/net/Download.h b/launcher/net/Download.h index 08523e34..c5102421 100644 --- a/launcher/net/Download.h +++ b/launcher/net/Download.h @@ -33,7 +33,7 @@ public: /* types */ { NoOptions = 0, AcceptLocalFiles = 1, - AllowNotFound =2 + AllowNotFound = 2 }; Q_DECLARE_FLAGS(Options, Option)