aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/MainWindow.h
diff options
context:
space:
mode:
authorTheKodeToad <TheKodeToad@proton.me>2023-08-07 12:10:21 +0100
committerTheKodeToad <TheKodeToad@proton.me>2023-08-07 13:51:26 +0100
commite079cbb055556fdd6bd379e8f8fc426915fa25c0 (patch)
tree1564e8fbe7b23657d977b3ec9fb47d0bc201858e /launcher/ui/MainWindow.h
parent9afa7cc91fd889b146c609c6a59f7f7b3d995d9f (diff)
downloadPrismLauncher-e079cbb055556fdd6bd379e8f8fc426915fa25c0.tar.gz
PrismLauncher-e079cbb055556fdd6bd379e8f8fc426915fa25c0.tar.bz2
PrismLauncher-e079cbb055556fdd6bd379e8f8fc426915fa25c0.zip
Fix actions
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
Diffstat (limited to 'launcher/ui/MainWindow.h')
-rw-r--r--launcher/ui/MainWindow.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/launcher/ui/MainWindow.h b/launcher/ui/MainWindow.h
index be9c4994..dd35d5d0 100644
--- a/launcher/ui/MainWindow.h
+++ b/launcher/ui/MainWindow.h
@@ -155,10 +155,7 @@ class MainWindow : public QMainWindow {
void deleteGroup();
void undoTrashInstance();
- inline void on_actionExportInstance_triggered()
- {
- on_actionExportInstanceZip_triggered();
- }
+ inline void on_actionExportInstance_triggered() { on_actionExportInstanceZip_triggered(); }
void on_actionExportInstanceZip_triggered();
void on_actionExportInstanceMrPack_triggered();
void on_actionExportInstanceFlamePack_triggered();