Qt D-Bus bindings: give the D-Bus type registration function a more appropriate name
This commit is contained in:
parent
93b6aa8620
commit
2172a65136
1 changed files with 1 additions and 1 deletions
|
@ -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 >();
|
||||
|
|
Loading…
Reference in a new issue