X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=main.cpp;h=f5f86230b74476ff9994eedf74ae51ce2e3332dc;hb=0a9e03ef6919003a383b98bdea7b1582a67726da;hp=d282f2a02722e1bf200602cb5a409ef86f086bc1;hpb=f204b664aebdf1ad7002fbc11f9da730e17ebb91;p=groove diff --git a/main.cpp b/main.cpp index d282f2a..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"); + 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