Revision a2a7ef7...

Go back to digest for 27th March 2011

Features in KDE Base

Alex Fiestas committed changes in [libbluedevil] /:

Added new api Device::registerDeviceAsync using pair technique

In Applications that need precision the creation of the device
need to be handler by theirself, so the registerDevice method
was added. this method is just like registerDevice async, using
the QDBusPendingCallWatcher so we don't have to use any kind of
threading.

A good example for these kind of application is the
bluedevil wizard.

File Changes

Modified 4 files
  •   bluedevil/bluedeviladapter.cpp
  •   bluedevil/bluedeviladapter.h
  •   bluedevil/bluedevildevice.cpp
  •   bluedevil/bluedevildevice.h
4 files changed in total