controlpanel/src/cpframework/src/cppluginlauncher.cpp
changeset 38 5a264aaf7677
parent 37 940f6b67827d
child 52 58cebe0861a8
--- a/controlpanel/src/cpframework/src/cppluginlauncher.cpp	Fri May 14 13:29:47 2010 +0800
+++ b/controlpanel/src/cpframework/src/cppluginlauncher.cpp	Tue May 25 04:13:06 2010 +0800
@@ -24,9 +24,14 @@
 #include <cpitemdatahelper.h>
 #include "cpviewlauncher.h"
 /*!
+
+*/
+/*!
     \class CpPluginLauncher
     \brief The CpPluginLauncher class loads a controlpanel plugin at run-time.And display the specify plugin view in client process.
- */
+		\deprecated CpPluginLauncher::launchCpPluginView(const QString &pluginFile,int index )
+    is deprecated. Use pPluginLauncher::launchSettingView instead.
+*/
 bool CpPluginLauncher::launchCpPluginView(const QString &pluginFile,int index /*= 0*/)
 {
     return false;