mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 20:58:54 +00:00
DolphinQt: Explicitly include <QActionGroup> where applicable
An indirect inclusion scenario that breaks on Qt 6.0
This commit is contained in:
parent
f647ca4620
commit
765a1b3c09
3 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
#include <cinttypes>
|
||||
|
||||
#include <QAction>
|
||||
#include <QActionGroup>
|
||||
#include <QDesktopServices>
|
||||
#include <QFileDialog>
|
||||
#include <QFontDialog>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue