controlpanel/controlpanel_plat/inc/cpplugininterface.h
changeset 52 58cebe0861a8
parent 32 20bd089f4aaa
--- a/controlpanel/controlpanel_plat/inc/cpplugininterface.h	Fri Jun 25 17:09:30 2010 +0800
+++ b/controlpanel/controlpanel_plat/inc/cpplugininterface.h	Tue Aug 24 10:30:25 2010 +0800
@@ -11,7 +11,7 @@
 *
 * Contributors:
 *
-* Description:  
+* Description:  Interface for controlpanel plugins.
 *
 */
 
@@ -23,7 +23,7 @@
 
 /*!
     \class CpPluginInterface
-    \brief The class CpPluginInterface is an interface for plugins which can be displayed in control panel application. 
+    \brief The class CpPluginInterface is an interface for controlpanel plugins.
  */
 
 class CpSettingFormItemData;
@@ -40,7 +40,7 @@
     }
     
     /*!
-     Create a data form mode item, by which the control panel framework can build a data form model.
+     Create a set of data form mode item, by which the control panel framework can build a data form model.
      */
     virtual QList<CpSettingFormItemData*> createSettingFormItemData(CpItemDataHelper &itemDataHelper) const = 0;
 };