summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2020-11-11 00:15:25 +0100
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2020-11-12 22:38:29 +0100
commit062ba97f86a7ec07c8f83636857f1fed097acb92 (patch)
tree3271da18740911f204d6aa7d905524cc4ac4b8ea /src/gui
parentd5ae51e0f5fb55f0a9f1c57d967bfa1ca67a75e4 (diff)
Drop the d-pointer of QEvent
It's not been used ever since it was added in the Qt 2 days, other than a hack in QGraphicsView that could be solved more elegantly. With this change, QEvent is only 16 bytes large, which is nicely aligned with C++'s default operator new alignment, and we still have plenty of bits (plus an unused bool) left for extensions. Change-Id: If9376d90b92983db7fc12575f3893064a1797adf Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Diffstat (limited to 'src/gui')
0 files changed, 0 insertions, 0 deletions