Skip to content

Commit b0a5642

Browse files
author
telwertowski
committed
Mac OS X: Don't use Qt4.2 spash screen workaround for Qt4.3. It's needed for 4.2 but produces a rectangular window in 4.3.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7255 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 25434f6 commit b0a5642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ int main(int argc, char *argv[])
455455
}
456456
else
457457
{
458-
#ifdef Q_OS_MACX
458+
#if defined(Q_OS_MACX) && QT_VERSION < 0x040300
459459
//on mac automasking as done below does not work (as of qt 4.2.1)
460460
//so we do it the old way see bug #387
461461
qDebug("setting mask for mac");

0 commit comments

Comments
 (0)