Hi,
for the purpose of QML support, the types of properties and the
arguments and return types of invokable methods, signals, and slots have
to be available as metatypes. We need _all_ types with metaobjects to
observe this rule, not only the ones explicitly registered with the
QML_* macros.
Re: https://codereview.qt-project.org/c/qt/qtbase/+/422128
tl;dr: QMetaTypes currently allow T&, but the implementation looks b0rked.
Need input from people who may want that (read: QML) to know what to do.
I was doing some work on QMetaObject that spilled over to fixing some things in
QMetaTyp
Thiago Macieira (17 July 2022 00:34) wrote:
> Because they don't even try to link to the library.
>
> Since I'm not allowed to fix these tests, I'm just reporting. Those are the
> only auto tests in qtbase that fail to compile for me.
QTBUG-105046
Eddy.
___