From 1afe0339cfaf57af72b01ae3600ef22e437a4922 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Mon, 12 Jun 2006 09:18:45 +0000 Subject: * qt/src/qdbusintegrator.cpp: Fix bug in parsing async methods that took a QDBusMessage parameter. * qt/src/qdbusbus.h: Add a default flag for RequestName. * qt/tools/dbus.cpp: Don't use automatic call because we might be calling an async method: request a reply. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8f48ca5c..6a8eeff1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2006-06-11 Thiago Macieira + + * qt/src/qdbusintegrator.cpp: Fix bug in parsing async methods + that took a QDBusMessage parameter. + * qt/src/qdbusbus.h: Add a default flag for RequestName. + * qt/tools/dbus.cpp: Don't use automatic call because we might + be calling an async method: request a reply. + 2006-06-11 Thiago Macieira * test/qt/*: Update the testcases, including testing the new -- cgit