From kde-commits Wed Feb 22 18:18:17 2006 From: Thiago Macieira Date: Wed, 22 Feb 2006 18:18:17 +0000 To: kde-commits Subject: branches/work/kde4/playground/libs/qt-dbus Message-Id: <1140632297.529090.22742.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=114063235325092 SVN commit 512515 by thiago: Binary incompatible change: all tests will fail now. Registering objects now adaptors to register against a specific interface. Change the internal from a hash to a tree (using a QVector to keep stuff close by). M +24 -16 qdbusabstractadaptor.cpp M +1 -0 qdbusabstractadaptor_p.h M +93 -26 qdbusconnection.cpp M +9 -9 qdbusconnection.h M +25 -11 qdbusconnection_p.h M +114 -88 qdbusintegrator.cpp