summaryrefslogtreecommitdiffstats
path: root/src/extras/defaults/qt3dwindow_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Implement PIMPL for Qt3DWindowJere Tuliniemi2017-05-151-0/+92
Added private members of Qt3DWindow to Qt3DWindowPrivate to hide implementation. m_aspectEngine is a normal pointer now so that it can be deleted from Qt3DWindow destructor. Screen connection happens after QWindow constructor now because it lacks a constructor that takes a d_ptr and a screen pointer. Task-number: QTBUG-60426 Change-Id: I08e431ec0ea570e5f2c5fb103bcf0fe16e1b23bc Reviewed-by: Antti Määttä <antti.maatta@qt.io>