phoneapp/phoneui2/src/main.cpp
changeset 45 6b911d05207e
parent 37 ba76fc04e6c2
child 51 f39ed5e045e0
child 74 d1c62c765e48
equal deleted inserted replaced
37:ba76fc04e6c2 45:6b911d05207e
    17 
    17 
    18 #include <QGraphicsWidget>
    18 #include <QGraphicsWidget>
    19 #include <hbapplication.h>
    19 #include <hbapplication.h>
    20 #include <hbmainwindow.h>
    20 #include <hbmainwindow.h>
    21 #include <hbtoolbar.h>
    21 #include <hbtoolbar.h>
       
    22 #include <xqserviceutil.h>
    22 
    23 
    23 #include "hbphonemainwindow.h"
    24 #include "hbphonemainwindow.h"
    24 
    25 
    25 
    26 
    26 int main (int argc, char *argv[])
    27 int main (int argc, char *argv[])
    27 {
    28 {
    28     HbApplication app (argc, argv, Hb::NoSplash);
    29     HbApplication app (argc, argv, Hb::NoSplash);
    29     HbPhoneMainWindow window;
    30     HbPhoneMainWindow window;
       
    31     XQServiceUtil::toBackground( true );
    30     return app.exec ();
    32     return app.exec ();
    31 }
    33 }