Re: [Development] QMetaType and non-const references

2022-07-18 Thread Ulf Hermann
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.

[Development] QMetaType and non-const references

2022-07-18 Thread Thiago Macieira
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

Re: [Development] Some OpenSSL auto tests fail to link with -DFEATURE_openssl_linked=ON

2022-07-18 Thread Edward Welbourne
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. ___