controlpanel/controlpanel_plat/inc/cppluginlauncher.h
changeset 21 851e19007849
parent 18 e3554c9069b6
child 23 7e4c5a2ff1a2
--- a/controlpanel/controlpanel_plat/inc/cppluginlauncher.h	Fri Apr 16 15:15:08 2010 +0300
+++ b/controlpanel/controlpanel_plat/inc/cppluginlauncher.h	Mon May 03 12:46:45 2010 +0300
@@ -22,6 +22,7 @@
 #define CPPLUGINLAUNCHER_H
 
 #include "cpglobal.h"
+#include <QVariant>
 
 class QString;
 class CpPluginPlatInterface;
@@ -29,7 +30,11 @@
 class CP_EXPORT CpPluginLauncher
 {
 public:
+	/*  OLD Inteface - Deprecated! */
     static bool launchCpPluginView(const QString &pluginFile,int index = 0);
+    
+    /* New interface */
+	static bool launchSettingView(const QString &pluginFile,const QVariant &hint = QVariant());
 };
 
 #endif /* CPPLUGINLAUNCHER_H */