On Wed, May 28, 2014 at 11:10 AM, Martin Steigerwald wrote:
> I suggest writing to kdepim developer mailing list about this topic.
Ah, OK, sorry. I looked for an akonadi developer mailing list and found
nothing.
I'll try there, thanks.
>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#uns
Hi!
Am Mittwoch, 28. Mai 2014, 10:52:24 schrieb Jesús Pérez:
> Hi, I'm learning to develop Akonadi resources.
I suggest writing to kdepim developer mailing list about this topic.
Ciao,
--
Martin 'Helios' Steigerwald - http://www.Lichtvoll.de
GPG: 03B0 0D6C 0040 0710 4AFA B82F 991B EAAC A599 84
Hi, I'm learning to develop Akonadi resources.
Everything is going well until I set a custom attribute in collection and I
try to read this attribute in retrieveItem() getting a segmentation
violation for trying to access a null pointer.
This is how I did it:
I extend Akonadi::Attribute class to