Hello,

The two implicit conversions from QByteArray to const char*/void* (QByteArray::operator const char *() and QByteArray::operator const void*()) were marked as obsolete with Qt5.0 but never get decorated as such. This means their usage even inside QtBase is huge (I would say at least 70-80 locations). Therefore my question before I'm pushing a patch to add QT_DEPRECATED_X to them - is the deprecation still valid?


Thx,
Christian
_______________________________________________
Development mailing list
[email protected]
https://lists.qt-project.org/listinfo/development

Reply via email to