diff bridge.cpp @ 4:220e5619bf87

Profiles selection now fill contact list + new Jid class
author Goffi <goffi@goffi.org>
date Thu, 11 Aug 2011 00:02:25 +0200
parents 22b44846b04b
children 48045176d1c6
line wrap: on
line diff
--- a/bridge.cpp	Mon Aug 08 10:59:34 2011 +0200
+++ b/bridge.cpp	Thu Aug 11 00:02:25 2011 +0200
@@ -29,6 +29,7 @@
 Bridge* Bridge::getBridge()
 {
     if (_bridge_instance == 0) {
+        qDBusRegisterMetaType<Jid>();
         qDBusRegisterMetaType<StringDict>();
         qDBusRegisterMetaType<MenuT>();
         qDBusRegisterMetaType< QList<MenuT> >();