modified: Groove.pro
[groove] / main.cpp
index d282f2a..f5f8623 100755 (executable)
--- a/main.cpp
+++ b/main.cpp
@@ -5,7 +5,13 @@ int main(int argc, char *argv[])
 {\r
     QApplication a(argc, argv);\r
     a.setApplicationName("Groove");\r
+    a.setWindowIcon(QIcon::fromTheme(""));\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