Thiago Macieira said the following, On 2008-07-15 00:57: > 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.
Thanks for the quick response. So another possibility would be that QCoreApplication is already unavailable. -- regards / pozdrawiam, Jaroslaw Staniek Sponsored by OpenOffice Polska (http://www.openoffice.com.pl/en) to work on Kexi & KOffice (http://www.kexi.pl/en, http://www.koffice.org/kexi) KDE Libraries for MS Windows (http://windows.kde.org) _______________________________________________ Kde-windows mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-windows
