Qt D-Bus bindings: give the D-Bus type registration function a more appropriate name

This commit is contained in:
Gabriel Schulhof 2011-05-20 14:31:05 +03:00
parent 93b6aa8620
commit 2172a65136

View file

@ -83,7 +83,7 @@ Q_DECLARE_METATYPE ( QArrayOfDatabases )
Q_DECLARE_METATYPE ( QSyncProgressMap )
Q_DECLARE_METATYPE ( QSyncStatusMap )
inline void registerMyDataTypes() {
inline void syncevolution_qt_dbus_register_types() {
qDBusRegisterMetaType< SyncDatabase >();
qDBusRegisterMetaType< QStringMap >();
qDBusRegisterMetaType< QStringMultiMap >();