--- a/controlpanelui/examples/pluginlauncherclient/src/mainview.h Wed Jun 23 18:13:38 2010 +0300
+++ b/controlpanelui/examples/pluginlauncherclient/src/mainview.h Tue Jul 06 14:17:10 2010 +0300
@@ -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