# HG changeset patch # User koda # Date 1356735282 -3600 # Node ID 3d18f7f71d650db08815af58a84b2486c953a483 # Parent 44d65d9bfda4e556e5af666d51c97e6c1902791b ok, enable the splashscreen for win only diff -r 44d65d9bfda4 -r 3d18f7f71d65 QTfrontend/main.cpp --- a/QTfrontend/main.cpp Fri Dec 28 11:00:12 2012 +0100 +++ b/QTfrontend/main.cpp Fri Dec 28 23:54:42 2012 +0100 @@ -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);