From 86fa8b4fb800620ef065f5e151fa6896931cfc99 Mon Sep 17 00:00:00 2001 From: Matt Broadstone Date: Wed, 8 Jan 2014 14:05:14 -0500 Subject: [PATCH] Added PropertiesChanged signal to dbus introspection data QtDBus adheres to the org.freedesktop.DBus.Properties interface, however there is no current way to include the PropertiesChanged signal in exposed introspection data. This change adds that signal to the introspection data, whether the adaptor uses the signal or not is up to the user. [ChangeLog][QtDBus][Important Behavior Changes] QtDBus adaptors now include the PropertiesChanged signal in introspection data Change-Id: Iee26528b59b30696689a79fb692f93859b42bb49 Reviewed-by: Thiago Macieira --- src/dbus/qdbusinternalfilters.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/dbus/qdbusinternalfilters.cpp b/src/dbus/qdbusinternalfilters.cpp index e9bfd19060..17e12f1bba 100644 --- a/src/dbus/qdbusinternalfilters.cpp +++ b/src/dbus/qdbusinternalfilters.cpp @@ -92,6 +92,12 @@ static const char propertiesInterfaceXml[] = " \n" " \n" " \n" + " \n" + " \n" + " \n" + " \n" + " \n" + " \n" " \n"; static const char peerInterfaceXml[] =