ui/updater: Include QActionGroup for Qt6 support

In some cases, this include is provided automatically when it shouldn't exist at all. The exact cause is unknown.
This commit is contained in:
Michael Fabian 'Xaymar' Dirks 2022-08-18 21:18:51 +02:00
parent 5d177ffaf0
commit 16a52ca126
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@
#endif
#include <QAction>
#include <QActionGroup>
#include <QBoxLayout>
#include <QComboBox>
#include <QLabel>