X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;ds=sidebyside;f=main.cpp;h=f5f86230b74476ff9994eedf74ae51ce2e3332dc;hb=7c293b3819196460e152d54cf036641bca6052b1;hp=e18655656f96afe5619741e6709fda4d36cbc8e6;hpb=4359db0c4594f697e955c3bcfa5c0f1523682781;p=groove diff --git a/main.cpp b/main.cpp index e186556..f5f8623 100755 --- a/main.cpp +++ b/main.cpp @@ -5,10 +5,12 @@ 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();