Revision 545852

Go back to digest for 4th June 2006

Bug Fixes in Development Tools

Thiago Macieira committed changes in /trunk/kdesupport/qt-dbus:

Here's what happens when you start using code that had never been used
before: it doesn't work.

Don't clear the list of watchers, or we'll never get any messages in
D-BUS.

Also, move the QDBusConnectionPrivate::timerEvent into the
qdbusintegrator.cpp file and make a queued call to doDispatch after
sending a message (we may have got something to read).

File Changes

Modified 3 files
  • /trunk/kdesupport/qt-dbus
  •   /qdbusconnection.cpp
  •   /qdbusconnection_p.h
  •   /qdbusintegrator.cpp
3 files changed in total