https://bugs.kde.org/show_bug.cgi?id=308763
--- Comment #10 from Kevin Krammer <[email protected]> --- (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. _______________________________________________ Kde-windows mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-windows
