PrismLauncher/launcher/ui
Alfred Wingate 9deac7bc4d fix(SkinManageDialog): add missing QMenu include
launcher/ui/dialogs/skins/SkinManageDialog.cpp: In member function ‘void SkinManageDialog::show_context_menu(const QPoint&)’:
launcher/ui/dialogs/skins/SkinManageDialog.cpp:344:18: error: variable ‘QMenu myMenu’ has initializer but incomplete type
  344 |     QMenu myMenu(tr("Context menu"), this);
      |                  ^~

Include appears to have been dropped transitively in either
0ba2c09787 or 45df360e4c

Signed-off-by: Alfred Wingate <parona@protonmail.com>
(cherry picked from commit 67836213c5)
2026-02-12 22:08:45 +00:00
..
dialogs fix(SkinManageDialog): add missing QMenu include 2026-02-12 22:08:45 +00:00
instanceview chore: remove double spaces from logs 2026-01-30 11:10:01 +00:00
java fix(macos): fix margins on macos 2026-02-12 20:59:01 +00:00
pagedialog Make page container hug edges of dialog <3 2025-12-11 14:07:02 +00:00
pages start core update task only if not running already 2026-02-04 09:18:36 +00:00
setupwizard style: run-run clang-format on launcher/* 2025-10-14 04:05:56 +03:00
themes chore: remove double spaces from logs 2026-01-30 11:10:01 +00:00
widgets chore: remove double spaces from logs 2026-01-30 11:10:01 +00:00
GuiUtil.cpp refactor: paste upload to report the error directly 2025-05-10 12:16:10 +03:00
GuiUtil.h feat: add regex removal for log sesnitive data 2025-05-07 00:12:10 +03:00
InstanceWindow.cpp refactor: remove broken Qt includes 2026-01-06 11:06:15 +00:00
InstanceWindow.h Reformat 2023-08-17 18:53:32 +01:00
MainWindow.cpp Remove ensure JSON helpers 2025-11-09 21:35:11 +00:00
MainWindow.h Add stubs and b asic integration with MainWindow 2025-05-18 23:09:39 +08:00
MainWindow.ui Consistent case style 2025-08-21 15:08:18 +01:00
ToolTipFilter.cpp format the code 2026-01-09 21:36:46 +00:00
ToolTipFilter.h format the code 2026-01-09 21:36:46 +00:00
ViewLogWindow.cpp format the code 2026-01-09 21:36:46 +00:00
ViewLogWindow.h Change log to be a QMainWindow 2025-06-05 23:15:55 +08:00