mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-02-01 04:51:49 +01:00
Qt/input: unbreak with Qt 5.15 after 881e8e472393
rpcs3/rpcs3qt/pad_settings_dialog.cpp:674:16: error: variable has incomplete type 'QPainterPath' QPainterPath path; ^ /usr/local/include/qt5/QtGui/qmatrix.h:54:7: note: forward declaration of 'QPainterPath' class QPainterPath; ^
This commit is contained in:
parent
e70e534bfa
commit
d00f882c23
@ -3,6 +3,7 @@
|
|||||||
#include <QPushButton>
|
#include <QPushButton>
|
||||||
#include <QVBoxLayout>
|
#include <QVBoxLayout>
|
||||||
#include <QPainter>
|
#include <QPainter>
|
||||||
|
#include <QPainterPath>
|
||||||
#include <QInputDialog>
|
#include <QInputDialog>
|
||||||
#include <QMessageBox>
|
#include <QMessageBox>
|
||||||
#include <QColorDialog>
|
#include <QColorDialog>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user