Skip to content

Commit b9811d0

Browse files
author
telwertowski
committedOct 9, 2007
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@7255 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent ab1faa7 commit b9811d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/app/main.cpp

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.