New UI, Vkbd and unicode support
[groove] / main.cpp
index 84ca261..08cbdf1 100755 (executable)
--- a/main.cpp
+++ b/main.cpp
@@ -5,7 +5,12 @@ int main(int argc, char *argv[])
 {\r
     QApplication a(argc, argv);\r
     a.setApplicationName("Groove");\r
-    groove gs;\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