modified: Groove.pro
[groove] / main.cpp
index e186556..f5f8623 100755 (executable)
--- a/main.cpp
+++ b/main.cpp
@@ -5,10 +5,12 @@ 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