--- a/controlpanelui/examples/pluginlauncherclient/src/mainview.h Fri Jun 11 16:24:15 2010 +0100
+++ b/controlpanelui/examples/pluginlauncherclient/src/mainview.h Thu Jul 22 16:34:01 2010 +0100
@@ -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