diff -r d4d56f5e7c55 -r 65456528cac2 searchsrv_plat/cpix_search_api/inc/cpixdocumentfield.h --- a/searchsrv_plat/cpix_search_api/inc/cpixdocumentfield.h Tue Oct 05 13:15:12 2010 +0530 +++ b/searchsrv_plat/cpix_search_api/inc/cpixdocumentfield.h Fri Oct 15 12:09:28 2010 +0530 @@ -31,6 +31,7 @@ */ #include +#include //Forward decelaration class CpixDocumentFieldPrivate; @@ -98,6 +99,12 @@ * @param aConfig The config of the field */ void setConfig(const int aConfig); + + /** + * Getter: Gets the Value of the field. + * @return The value of the field in list + */ + QStringList values() const; private: /**