aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/pages/modplatform/flame
diff options
context:
space:
mode:
authorflow <flowlnlnln@gmail.com>2022-12-18 17:03:39 -0300
committerflow <flowlnlnln@gmail.com>2023-01-13 16:23:07 -0300
commitc8eca4fb8508a22b9d4819d57627dd684f8d98c5 (patch)
tree5a9acd5ef1fbd929e97b8214de37db42ddb23132 /launcher/ui/pages/modplatform/flame
parent0e207aba6c4eb67dccef12750c080a64deba6764 (diff)
downloadPrismLauncher-c8eca4fb8508a22b9d4819d57627dd684f8d98c5.tar.gz
PrismLauncher-c8eca4fb8508a22b9d4819d57627dd684f8d98c5.tar.bz2
PrismLauncher-c8eca4fb8508a22b9d4819d57627dd684f8d98c5.zip
fix: build with qt5.12 on Linux and pedantic flag
Signed-off-by: flow <flowlnlnln@gmail.com>
Diffstat (limited to 'launcher/ui/pages/modplatform/flame')
-rw-r--r--launcher/ui/pages/modplatform/flame/FlameResourcePages.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/ui/pages/modplatform/flame/FlameResourcePages.h b/launcher/ui/pages/modplatform/flame/FlameResourcePages.h
index 6c7d0247..12b51aa9 100644
--- a/launcher/ui/pages/modplatform/flame/FlameResourcePages.h
+++ b/launcher/ui/pages/modplatform/flame/FlameResourcePages.h
@@ -49,7 +49,7 @@ static inline QString displayName() { return "CurseForge"; }
static inline QIcon icon() { return APPLICATION->getThemedIcon("flame"); }
static inline QString id() { return "curseforge"; }
static inline QString debugName() { return "Flame"; }
-static inline QString metaEntryBase() { return "FlameMods"; };
+static inline QString metaEntryBase() { return "FlameMods"; }
}
class FlameModPage : public ModPage {