Move QPlatformWindowPrivate into its own header
authorLaszlo Agocs <laszlo.p.agocs@nokia.com>
Thu, 2 Aug 2012 08:37:34 +0000 (11:37 +0300)
committerQt by Nokia <qt-info@nokia.com>
Thu, 2 Aug 2012 14:37:34 +0000 (16:37 +0200)
commit1fd85093a400bd9a3f69de7512451a33e257d669
treed8426720958e8b604641e7de700da6babd3748f2
parent03bb0b0fa050494570f4f9141356f8d3f06dfbf9
Move QPlatformWindowPrivate into its own header

Most other qplatform* classes have the same setup and more
importantly this allows QPlatformWindow subclasses to utilize
the d-pointer.

Change-Id: I52afeaaf35bba8ef42d59ff3107f7d7bcf931e5e
Reviewed-by: Paul Olav Tvete <paul.tvete@nokia.com>
src/gui/kernel/kernel.pri
src/gui/kernel/qplatformwindow.cpp
src/gui/kernel/qplatformwindow_p.h [new file with mode: 0644]