On Friday 22 April 2011 10:39:01 Lindsay Mathieson wrote: > Am wanting to use the Sonnet::Filter class as documented in KDE 4.5, 4.7 > > http://api.kde.org/4.5-api/kdelibs- apidocs/kdecore/html/classSonnet_1_1Filter.html > > However on my Natty 11.04 install with all the dev libs installed its > just not there. There is no filter_p.h file in /usr/include/sonnet or > anywhere else on the system. A grep in that dir reveals no "Filter" > class and a apt-file search finds no filter_p.h file in the package > database.
filter_p.h means it is a private header, so the class should not be used by external applications. The fact that it was previously shown in api.kde.org until 4.5 probably means there was some bug in the doxygen stuff which got fixed later. >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<