controlpanelui/examples/pluginlauncherclient/src/mainview.h
changeset 22 a5692c68d772
parent 19 36aa4756ee82
--- a/controlpanelui/examples/pluginlauncherclient/src/mainview.h	Thu Jun 10 16:07:41 2010 +0800
+++ b/controlpanelui/examples/pluginlauncherclient/src/mainview.h	Fri Jun 25 17:12:20 2010 +0800
@@ -30,13 +30,19 @@
 	void init();
 private slots:
     void launchInProcessProfileView();
+    
     void launchQtHighwayProfileView();   
+    
     void handleReturnValue(const QVariant &returnValue);
     void handleError(int errorCode,const QString &errorMessage);
+    
+    void closeSettingView();
+    
 private:
     Q_DISABLE_COPY(MainView)
 private:
     XQApplicationManager mAppMgr;
+    XQAiwRequest *mRequest;
 };
 
 #endif