QPlatformWindowFormat -> QWindowFormat fixes.
(cherry picked from commit 4c2eba33ca0433386fa1273fb1bc14adb852d9ac)
This commit is contained in:
parent
864a2dfa9b
commit
25028e3b14
@ -220,7 +220,7 @@ qpa {
|
||||
kernel/qplatformintegrationfactory_qpa_p.h \
|
||||
kernel/qplatformintegrationplugin_qpa.h \
|
||||
kernel/qplatformwindow_qpa.h \
|
||||
kernel/qplatformwindowformat_qpa.h \
|
||||
kernel/qwindowformat_qpa.h \
|
||||
kernel/qplatformglcontext_qpa.h \
|
||||
kernel/qdesktopwidget_qpa_p.h \
|
||||
kernel/qplatformeventloopintegration_qpa.h \
|
||||
@ -246,7 +246,7 @@ qpa {
|
||||
kernel/qplatformintegrationfactory_qpa.cpp \
|
||||
kernel/qplatformintegrationplugin_qpa.cpp \
|
||||
kernel/qplatformwindow_qpa.cpp \
|
||||
kernel/qplatformwindowformat_qpa.cpp \
|
||||
kernel/qwindowformat_qpa.cpp \
|
||||
kernel/qplatformeventloopintegration_qpa.cpp \
|
||||
kernel/qplatformglcontext_qpa.cpp \
|
||||
kernel/qplatformcursor_qpa.cpp \
|
||||
|
@ -57,7 +57,7 @@
|
||||
#include <QtGui/qkeysequence.h>
|
||||
|
||||
#ifdef Q_WS_QPA //should this go somewhere else?
|
||||
#include <QtGui/qplatformwindowformat_qpa.h>
|
||||
#include <QtGui/qwindowformat_qpa.h>
|
||||
#endif
|
||||
|
||||
#ifdef QT_INCLUDE_COMPAT
|
||||
|
@ -39,7 +39,7 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#include "qplatformwindowformat_qpa.h"
|
||||
#include "qwindowformat_qpa.h"
|
||||
|
||||
#include <QtCore/QDebug>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user