aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/MainWindow.h
diff options
context:
space:
mode:
authorTrial97 <alexandru.tripon97@gmail.com>2023-06-15 10:35:26 +0300
committerTrial97 <alexandru.tripon97@gmail.com>2023-06-15 10:35:26 +0300
commit182e19eae3e2aa9f50dde140d10db858b5bf6076 (patch)
treee36e6ddfeb937b52208ccd6bd2d9fc10cd6c4a37 /launcher/ui/MainWindow.h
parent9ca74cd0095a7e2be40e72e36f5b51dd80f198bb (diff)
parent9908e115aa6bdfcceefd1425406d1b6d1c1bdec4 (diff)
downloadPrismLauncher-182e19eae3e2aa9f50dde140d10db858b5bf6076.tar.gz
PrismLauncher-182e19eae3e2aa9f50dde140d10db858b5bf6076.tar.bz2
PrismLauncher-182e19eae3e2aa9f50dde140d10db858b5bf6076.zip
Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into develop
Diffstat (limited to 'launcher/ui/MainWindow.h')
-rw-r--r--launcher/ui/MainWindow.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/launcher/ui/MainWindow.h b/launcher/ui/MainWindow.h
index 3a42c34e..a0f912df 100644
--- a/launcher/ui/MainWindow.h
+++ b/launcher/ui/MainWindow.h
@@ -1,7 +1,8 @@
// SPDX-License-Identifier: GPL-3.0-only
/*
- * PolyMC - Minecraft Launcher
+ * Prism Launcher - Minecraft Launcher
* Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net>
+ * Copyright (C) 2023 TheKodeToad <TheKodeToad@proton.me>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -151,7 +152,9 @@ private slots:
void deleteGroup();
void undoTrashInstance();
- void on_actionExportInstance_triggered();
+ inline void on_actionExportInstance_triggered() { on_actionExportInstanceZip_triggered(); }
+ void on_actionExportInstanceZip_triggered();
+ void on_actionExportInstanceMrPack_triggered();
void on_actionRenameInstance_triggered();