X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=main.cpp;h=f5f86230b74476ff9994eedf74ae51ce2e3332dc;hb=7c293b3819196460e152d54cf036641bca6052b1;hp=84ca261044f9428df4519539503183301da8e8d3;hpb=2023a504eae2a6023e99f4782a501b71455cdc7d;p=groove diff --git a/main.cpp b/main.cpp index 84ca261..f5f8623 100755 --- a/main.cpp +++ b/main.cpp @@ -5,7 +5,13 @@ int main(int argc, char *argv[]) { QApplication a(argc, argv); a.setApplicationName("Groove"); - groove gs; + a.setWindowIcon(QIcon::fromTheme("")); + groove gs; //create Groove! +#ifdef Q_WS_MAEMO_5 + //setAttribute(Qt::WA_Maemo5AutoOrientation,true); + //a.setAttribute(Qt::WA_Maemo5AutoOrientation,true); + gs.showFullScreen(); +#endif #if defined(Q_WS_S60) gs.showMaximized(); #else