phoneapp/phoneui2/src/main.cpp
branchGCC_SURGE
changeset 51 f39ed5e045e0
parent 30 ebdbd102c78a
parent 45 6b911d05207e
equal deleted inserted replaced
40:bab96b7ed1a4 51:f39ed5e045e0
    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 }