diff -r dbe66a66f6a9 -r 4c15d9aa2384 controlpanel/src/cpframework/src/cppluginutility.cpp --- a/controlpanel/src/cpframework/src/cppluginutility.cpp Thu Aug 05 11:11:52 2010 +0800 +++ b/controlpanel/src/cpframework/src/cppluginutility.cpp Thu Sep 02 17:14:05 2010 +0800 @@ -11,7 +11,7 @@ * * Contributors: * -* Description: +* Description: Utility class for controlpanel plugins. * */ @@ -20,11 +20,13 @@ #include "cpdataformlistentryviewitem.h" #include + /*! \class CpPluginUtility - \brief This class supply the utility function for the plugin, currently there is only one function. + \brief This class supply the utility functions for controlpanel plugins. */ + /*! - This class will add the control panel's proto type of setting items( only entry item currently) to the settingForm. + Add item prototypes which are supported by controlpanel framework to a setting form. */ void CpPluginUtility::addCpItemPrototype(HbDataForm *settingForm) {