--- 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 */