QTfrontend/main.cpp
changeset 8344 3d18f7f71d65
parent 8341 7a7a39b2449b
child 8355 df0ea4323295
--- 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);