controlpanel/controlpanel_plat/inc/cppluginplatinterface.h
branchGCC_SURGE
changeset 45 f48d04161a92
parent 26 5fd52a2e21b0
--- a/controlpanel/controlpanel_plat/inc/cppluginplatinterface.h	Fri Jun 11 16:24:54 2010 +0100
+++ b/controlpanel/controlpanel_plat/inc/cppluginplatinterface.h	Thu Jul 22 16:35:53 2010 +0100
@@ -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;