Jaroslaw Staniek wrote: >Note that QEvent::ChildRemoved event is sent to QDBusConnectionPrivate >receiver=0x02b09400 here but we are already in its destructor >~QDBusConnectionPrivate().
It's not a problem to do that. The destructor for QObject isn't finished yet -- the QDBusConnectionPrivate one isn't yet. So calling a virtual method is perfectly fine. QDBusConnectionPrivate does not catch or do anything to a ChildRemoved event. -- Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org PGP/GPG: 0x6EF45358; fingerprint: E067 918B B660 DBD1 105C 966C 33F5 F005 6EF4 5358
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Kde-windows mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-windows
