Mercurial > libervia-backend
changeset 378:3646f6b9adb6
bridge constructor: added missing dbus_xml_template.xml + renamed ContactT in Contact for Qt annotations
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 14 Aug 2011 18:06:14 +0200 |
parents | aa2cd6639e00 |
children | adcc41e4d6ea |
files | src/bridge/bridge_constructor/bridge_contructor.py src/bridge/bridge_constructor/dbus_xml_template.xml |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/bridge/bridge_constructor/bridge_contructor.py Fri Aug 12 14:07:55 2011 +0200 +++ b/src/bridge/bridge_constructor/bridge_contructor.py Sun Aug 14 18:06:14 2011 +0200 @@ -497,7 +497,7 @@ self.template="dbus_xml_template.xml" self.core_dest="org.goffi.sat.xml" self.default_annotation = { 'a{ss}': 'StringDict', - 'a(sa{ss}as)': 'QList<ContactT>', + 'a(sa{ss}as)': 'QList<Contact>', 'a{i(ss)}': 'HistoryT', 'a(sss)': 'QList<MenuT>', 'a{sa{s(sia{ss})}}': 'PresenceStatusT',