Hi all,
I'm trying do develop a small kio protocol, which can list all recent document
from KRecentDocument. And I'd like via this kio, recent document can be
edited, upload, or some else directly.
(code is here, not complete yet
http://quickgit.kde.org/?p=scratch%2Fxuetianweng%2Fkio_recentdocum
Hello again!
This blog post helped me to understand and fix it:
http://randomguy3.wordpress.com/2010/09/07/the-magic-of-qtdbus-and-the-propertychanged-signal/
In my case, the daemon send a signal having a QDBusVariant argument
containing a QList and Qt won't know how to un-marshall it.
And BT