[Bug 308763] kdepimlibs compilation fails
Kevin Krammer
krammer at kde.org
Fri Oct 26 15:44:10 UTC 2012
https://bugs.kde.org/show_bug.cgi?id=308763
--- Comment #10 from Kevin Krammer <krammer at kde.org> ---
(In reply to comment #9)
> In $BUILDIR/kdepimlibs/akonadi/socialutils/socialfeeditem.h, class
> SocialFeedItem has a private data member
>
> QSharedDataPointer<SocialFeedItemData> d;
>
> VS requires to have the declaration of SocialFeedItemData class instead of a
> forward declaration.
There must be a different solution as well, because KABC::Addressee has this in
addressee.h
private:
class Private;
QSharedDataPointer<Private> d;
And Private is defined in addresee.cpp
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Kde-windows
mailing list