summaryrefslogtreecommitdiffstats
path: root/src/xml/dom/qdom_p.h
diff options
context:
space:
mode:
authorMilian Wolff <milian.wolff@kdab.com>2019-04-12 13:21:44 +0200
committerMilian Wolff <milian.wolff@kdab.com>2019-12-12 13:02:52 +0100
commit656d6f2a9b221dbd5adfc46262cb243e696d8d62 (patch)
treee1fc6f21e2cc1999ef18be3e97a8f09ebb5b1e47 /src/xml/dom/qdom_p.h
parent83818431e15e36ad9c8484cee33475ba00731d6f (diff)
Support Q_GADGET QMetaObject super class hierarchies across templates
This patch fixes the QMetaObject::superClass hierarchy for Q_GADGETs that inherit from a template which in turn inherits another Q_GADGET. One common scenario where this is applied is for the CRTP. Without this patch, moc would stop at the template and then sets the superClass QMetaObject to a nullptr. For QObjects this works, since there moc knows that every child must by definition inherit QObject. In order to support this for Q_GADGETs too, we defer the judgment about the availability of a staticMetaObject in the base class to compile time through the existing QtPrivate::MetaObjectForType<Base>::value() helper. [ChangeLog][QtCore][moc] Moc now correctly sets a non-null QMetaObject::superClass for Q_GADGETs that inherit from a template which inherits another Q_GADGET. Change-Id: I103b5efd74ed24172dffce477ca2ed6d0f374d44 Reviewed-by: Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com>
Diffstat (limited to 'src/xml/dom/qdom_p.h')
0 files changed, 0 insertions, 0 deletions