X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=main.cpp;h=e18655656f96afe5619741e6709fda4d36cbc8e6;hb=256f3e93e093f74932bbf2ac33d9aa74d24a9134;hp=d282f2a02722e1bf200602cb5a409ef86f086bc1;hpb=f204b664aebdf1ad7002fbc11f9da730e17ebb91;p=groove diff --git a/main.cpp b/main.cpp index d282f2a..e186556 100755 --- a/main.cpp +++ b/main.cpp @@ -6,6 +6,10 @@ int main(int argc, char *argv[]) QApplication a(argc, argv); a.setApplicationName("Groove"); groove gs; //create Groove! +#ifdef Q_WS_MAEMO_5 + //setAttribute(Qt::WA_Maemo5AutoOrientation,true); + //a.setAttribute(Qt::WA_Maemo5AutoOrientation,true); +#endif #if defined(Q_WS_S60) gs.showMaximized(); #else