On Tuesday, 2 de August de 2011 14:19:07 Raphael Kubo da Costa wrote:
> There's also the upstream bug:
> https://bugreports.qt.nokia.com/browse/QTBUG-19717

It's not an upstream bug as virtually inheriting isn't necessary. QObject 
cannot be multiply-inherited and none of the Qt classes inherit it virtually.

Since virtual inheritance causes overhead (code size, class size, run-time) 
and you don't need it, QObject doesn't need to support it either.

So please fix the code that tries to do that.
-- 
Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org
   Software Architect - Intel Open Source Technology Center
      PGP/GPG: 0x6EF45358; fingerprint:
      E067 918B B660 DBD1 105C  966C 33F5 F005 6EF4 5358

Attachment: signature.asc
Description: This is a digitally signed message part.

>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Reply via email to