[Bug 251914] New: KNotes dbus interface missing notes() as compared to old dcop interface
Tejas Guruswamy
masterpatricko at gmail.com
Tue Sep 21 11:25:19 BST 2010
https://bugs.kde.org/show_bug.cgi?id=251914
Summary: KNotes dbus interface missing notes() as compared to
old dcop interface
Product: knotes
Version: unspecified
Platform: openSUSE RPMs
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
AssignedTo: kdepim-bugs at kde.org
ReportedBy: masterpatricko at gmail.com
Version: unspecified (using KDE 4.5.1)
OS: Linux
KNotes dbus interface is missing the notes() method as compared to the old dcop
interface, making it impossible to get note id's.
This is probably because it was returning a QMap<QString,QString> which is not
supported by DBus Adaptors.
Attached patch returns this functionality by using a QVariantMap instead.
Reproducible: Always
Steps to Reproduce:
Inspect KNotes dbus interface
Actual Results:
No notes() method
Expected Results:
notes() method returning a map of note id's to titles
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Kdepim-bugs
mailing list