controlpanelui/src/cpserviceprovider/src/cplauncherservice.h
changeset 14 23411a3be0db
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 15:53:07 2010 +0300
@@ -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;