summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/basicshapes-cpp
diff options
context:
space:
mode:
authorKevin Ottens <kevin.ottens@kdab.com>2015-12-23 10:43:51 +0100
committerSean Harmer <sean.harmer@kdab.com>2016-01-13 14:20:02 +0000
commita57538409a79be1035b70ff79313f2cf8d731e85 (patch)
treeabdbd39169a6fdb9a8cf3f9c313a7184815704df /examples/qt3d/basicshapes-cpp
parentfd74521e9284cc2feb1bb020f2dea7bd65338e1d (diff)
show() is not virtual in QWindow
It's better to know if we're shown using showEvent() which is virtual than show() which isn't. By reimplementing the non-virtual show we break all uses going through a QWindow* and not a Qt3DRender::QWindow*. This is necessary for instance to get Qt3DRender::QWindow compatible with QWindowContainer (which calls ::QWindow::show()). Change-Id: I7ae367bbb7d539ba6caf336893d5d8ce53421d5d Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'examples/qt3d/basicshapes-cpp')
0 files changed, 0 insertions, 0 deletions