On Monday, 8 July 2019 07:06:33 -03 Mutz, Marc via Development wrote: > So no, no more inheriting of value classes from each other. QUtf8String, > if it comes, will have to be a separate type, not a subclass of > QByteArray.
They can be both derived from the same base, internal, common class. The problem in all your examples was that both classes were public and in use (aside from QBasicMutex, but the issues you've found are also exclusively found inside Qt's own code). -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel System Software Products _______________________________________________ Development mailing list [email protected] https://lists.qt-project.org/listinfo/development
