mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-12-16 04:09:39 +00:00
DolphinQT: explicitly include QAction for older QT6 libs
this fixes an exotic build environment I've got using QT6.2 on Ubuntu 18.04 without breaking any sane operating systems.
This commit is contained in:
parent
7b994d9654
commit
7c63750e53
@ -3,6 +3,7 @@
|
||||
|
||||
#include "DolphinQt/Config/WiimoteControllersWidget.h"
|
||||
|
||||
#include <QAction>
|
||||
#include <QApplication>
|
||||
#include <QCheckBox>
|
||||
#include <QComboBox>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user