Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
None
-
6.5, dev
-
None
-
fa0d60b1ff5a9e9086644aa660b1c38053c5fd5f
Description
gui/kernel/qplatformwindow_p.h contains references to QWindow but does not include <QtGui/QWindow>.
These QWindow references end up in moc_qplatformwindow_p.cpp which cannot be compiled on its own due to no QWindow declaration being in scope. This is masked because one of the other files included earlier in QtGui's mocs_compilation.cpp (presumably moc_qplatformservices.cpp) includes <QtGui/QWindow>.