Revision dfb22e4...

Go back to digest for 29th July 2012

Bug Fixes in KDE Base

Vishesh Handa committed changes in [nepomuk-core/testLibrary-resourceRefacto] services/storage/resourcewatchermanager.cpp:

ResourceWatcher: Send the values as QVariants not QDBusVariants

I have no idea why we chose to send them as QDBusVariants, but it causes
problems in extracting the data at the other end.

Also pass resources as strings, and not QUrls. DBus does not natively
support QUrls and passes them as -

struct { string nepomuk:/res/.. }

instead of just 'string nepomuk:/res/..'

File Changes

Modified 1 files
  • services/storage/resourcewatchermanager.cpp
1 files changed in total