New UI, Vkbd and unicode support
[groove] / main.cpp
index d282f2a..08cbdf1 100755 (executable)
--- a/main.cpp
+++ b/main.cpp
@@ -6,6 +6,11 @@ int main(int argc, char *argv[])
     QApplication a(argc, argv);\r
     a.setApplicationName("Groove");\r
     groove gs; //create Groove!\r
+#ifdef Q_WS_MAEMO_5\r
+    //setAttribute(Qt::WA_Maemo5AutoOrientation,true);\r
+    //a.setAttribute(Qt::WA_Maemo5AutoOrientation,true);\r
+    gs.showFullScreen();\r
+#endif\r
 #if defined(Q_WS_S60)\r
     gs.showMaximized();\r
 #else\r