qpa: Merge qwidget_qpa.cpp into qwidget.cpp

Change-Id: I8424ec7290b366f4c76999a956fce1428fc56626
Reviewed-by: Paul Olav Tvete <paul.tvete@digia.com>
This commit is contained in:
Tor Arne Vestbø 2014-05-12 16:47:45 +02:00 committed by The Qt Project
parent b7275eee49
commit 8f3a393e41
4 changed files with 1033 additions and 1125 deletions

View File

@ -61,7 +61,6 @@ SOURCES += \
kernel/qdesktopwidget.cpp \
kernel/qwidgetsvariant.cpp \
kernel/qapplication_qpa.cpp \
kernel/qwidget_qpa.cpp \
kernel/qwidgetwindow.cpp \
kernel/qwindowcontainer.cpp

File diff suppressed because it is too large Load Diff

View File

@ -732,7 +732,7 @@ public:
// *************************** Platform specific ************************************
#if defined(Q_OS_WIN)
uint noPaintOnScreen : 1; // see qwidget_qpa.cpp ::paintEngine()
uint noPaintOnScreen : 1; // see qwidget.cpp ::paintEngine()
#endif
#if defined(Q_WS_X11) // <----------------------------------------------------------- X11
Qt::HANDLE picture;

File diff suppressed because it is too large Load Diff