From a6dff61ff7b03f979f367a4399a0b78488193b7d Mon Sep 17 00:00:00 2001 From: arthomnix Date: Sun, 5 Feb 2023 10:15:29 +0000 Subject: [PATCH] GH-4699 Formatting --- launcher/CMakeLists.txt | 2 +- launcher/ModrinthInstanceExportTask.h | 2 +- launcher/net/Download.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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)