controlpanel/controlpanel_plat/inc/cppluginplatinterface.h
changeset 38 5a264aaf7677
parent 37 940f6b67827d
--- a/controlpanel/controlpanel_plat/inc/cppluginplatinterface.h	Fri May 14 13:29:47 2010 +0800
+++ b/controlpanel/controlpanel_plat/inc/cppluginplatinterface.h	Tue May 25 04:13:06 2010 +0800
@@ -21,6 +21,7 @@
 #include <QtPlugin>
 
 /*!
+		\deprecated class CpPluginPlatInterface
     \class CpPluginPlatInterface
     \brief The class is Deprecated! please use CpPluginInterface instead.
  */
@@ -39,6 +40,7 @@
     }
     
     /*!
+    \deprecated CpSettingFormItemData *createSettingFormItemData(CpItemDataHelper &itemDataHelper)
      Create a data form mode item, by which the control panel framework can build a data form model.
      */
     virtual CpSettingFormItemData *createSettingFormItemData(CpItemDataHelper &itemDataHelper) const = 0;