diff options
author | Redson <redson@riseup.net> | 2022-11-15 05:19:46 -0300 |
---|---|---|
committer | Redson <redson@riseup.net> | 2022-11-15 05:19:46 -0300 |
commit | ef53455b6610844a633624fa172b7bf80310651c (patch) | |
tree | 66fce17a8d8ee252e6c9c1225fa2b98f95abefb2 /launcher/ui | |
parent | 0e916244f03cd8bd296f6cc4fe2be34a745ecab4 (diff) | |
download | PrismLauncher-ef53455b6610844a633624fa172b7bf80310651c.tar.gz PrismLauncher-ef53455b6610844a633624fa172b7bf80310651c.tar.bz2 PrismLauncher-ef53455b6610844a633624fa172b7bf80310651c.zip |
fix: Build on QT6
Signed-off-by: Redson <redson@riseup.net>
Diffstat (limited to 'launcher/ui')
-rw-r--r-- | launcher/ui/MainWindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/ui/MainWindow.cpp b/launcher/ui/MainWindow.cpp index cbdb2b8f..a00fb402 100644 --- a/launcher/ui/MainWindow.cpp +++ b/launcher/ui/MainWindow.cpp @@ -49,7 +49,7 @@ #include <QKeyEvent> #include <QAction> - +#include <QActionGroup> #include <QApplication> #include <QButtonGroup> #include <QHBoxLayout> |