Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
6.9
-
None
Description
Replacing this line here
https://codereview.qt-project.org/c/qt/qtbase/+/574883/10/src/network/access/qnetworkaccesscache_p.h#52
with Q_DECLARE_FLAGS(Options, Option)
leads to a
qnetworkaccesscache_p.h(57:1): error: Meta object features not supported for nested classes
compilation error.
The macro expands to a typdef, it is not using meta object features.