controlpanel/src/cpframework/src/cppluginlauncher.cpp
changeset 26 5fd52a2e21b0
parent 23 7e4c5a2ff1a2
child 56 d9e9413f30c9
--- a/controlpanel/src/cpframework/src/cppluginlauncher.cpp	Fri May 14 16:07:47 2010 +0300
+++ b/controlpanel/src/cpframework/src/cppluginlauncher.cpp	Thu May 27 13:08:28 2010 +0300
@@ -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;