equal
deleted
inserted
replaced
23 { |
23 { |
24 HbApplication app(argc, argv); |
24 HbApplication app(argc, argv); |
25 HbTranslator translator("lilpicker"); |
25 HbTranslator translator("lilpicker"); |
26 app.setApplicationName( hbTrId("txt_lint_title_select_location") ); |
26 app.setApplicationName( hbTrId("txt_lint_title_select_location") ); |
27 LocationPickerAppWindow mainWindow; |
27 LocationPickerAppWindow mainWindow; |
|
28 mainWindow.viewport()->grabGesture(Qt::TapGesture); |
28 mainWindow.show(); |
29 mainWindow.show(); |
29 return app.exec(); |
30 return app.exec(); |
30 } |
31 } |