changeset 8350 | 14b938faec69 |
parent 8344 | 3d18f7f71d65 |
child 8355 | df0ea4323295 |
--- a/QTfrontend/main.cpp Sun Dec 30 16:04:28 2012 +0200 +++ b/QTfrontend/main.cpp Mon Dec 31 12:12:23 2012 +0200 @@ -139,8 +139,7 @@ HWApplication app(argc, argv); QLabel *splash = NULL; - //enabled on win and osx, disable if it doesn't look good -#if defined Q_WS_WIN || defined Q_WS_MAC +#if defined Q_WS_WIN QPixmap pixmap(":res/splash.png"); splash = new QLabel(0, Qt::FramelessWindowHint|Qt::WindowStaysOnTopHint); splash->setAttribute(Qt::WA_TranslucentBackground);