controlpanelui/src/cpserviceprovider/src/cplauncherservice.h
changeset 19 36aa4756ee82
parent 12 624337f114fe
child 22 a5692c68d772
--- a/controlpanelui/src/cpserviceprovider/src/cplauncherservice.h	Mon May 03 12:32:06 2010 +0300
+++ b/controlpanelui/src/cpserviceprovider/src/cplauncherservice.h	Fri May 14 13:21:08 2010 +0800
@@ -21,6 +21,7 @@
 #include <xqserviceprovider.h>
 
 class HbMainWindow;
+
 class CpLauncherService : public XQServiceProvider
 {
     Q_OBJECT
@@ -30,6 +31,8 @@
     void complete();
 public slots:
     bool launchSettingView(const QString &pluginFile,const QVariant &hint);
+private slots:
+    void setReturnValue(const QVariant &returnValue);
 private:
     HbMainWindow *mMainWindow;
     int mAsyncRequestIndex;