main/main.cpp
changeset 61 743eb0b9959e
parent 49 f291796e213d
child 62 36d93b4dc635
--- 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();