--- a/main/main.cpp Wed Aug 18 09:48:53 2010 +0300
+++ b/main/main.cpp Thu Sep 02 20:26:45 2010 +0300
@@ -61,13 +61,14 @@
if(!XQServiceUtil::isService()){
HbSplashScreen::start();
stateMgr = new GlxStateManager();
- app.setApplicationName(GLX_TITLE);
+ app.setApplicationName( GLX_TITLE );
stateMgr->launchApplication();
}
else {
mainWindow = new GlxAiwServiceHandler();
mainWindow->show();
}
+ app.initMattiAutomation();
OstTraceEventStop( EVENT_DUP1__MAIN_STOP, "launch", EVENT_DUP1__MAIN_START );
int ret = app.exec();