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