[Telepathy-commits] [telepathy-qt4/master] Fix signature of invalidated

Simon McVittie simon.mcvittie at collabora.co.uk
Wed Jan 14 10:28:55 PST 2009


Qt signal binding is sensitive to the difference between
Telepathy::Client::StatefulDBusProxy and StatefulDBusProxy, because
it's secretly string comparison. Sad face.
---
 TelepathyQt4/Client/dbus-proxy.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/TelepathyQt4/Client/dbus-proxy.h b/TelepathyQt4/Client/dbus-proxy.h
index 788b1f9..3d9019e 100644
--- a/TelepathyQt4/Client/dbus-proxy.h
+++ b/TelepathyQt4/Client/dbus-proxy.h
@@ -195,8 +195,8 @@ Q_SIGNALS:
      *                  of ASCII, prefixed with a reversed domain name)
      * \param errorMessage A debugging message associated with the error
      */
-    void invalidated(StatefulDBusProxy *proxy, QString errorName,
-            QString errorMessage);
+    void invalidated(Telepathy::Client::StatefulDBusProxy *proxy,
+            QString errorName, QString errorMessage);
 
 private Q_SLOTS:
     void emitInvalidated();
-- 
1.5.6.5




More information about the Telepathy-commits mailing list