ok, enable the splashscreen for win only
authorkoda
Fri, 28 Dec 2012 23:54:42 +0100
changeset 8344 3d18f7f71d65
parent 8342 44d65d9bfda4
child 8346 3443e0de2c9d
ok, enable the splashscreen for win only
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);