Skip to content

Commit

Permalink
Mac OS X: Don't use Qt4.2 spash screen workaround for Qt4.3. It's nee…
Browse files Browse the repository at this point in the history
…ded 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
  • Loading branch information
telwertowski committed Oct 9, 2007
1 parent 25434f6 commit b0a5642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/main.cpp
Expand Up @@ -455,7 +455,7 @@ int main(int argc, char *argv[])
}
else
{
#ifdef Q_OS_MACX
#if defined(Q_OS_MACX) && QT_VERSION < 0x040300
//on mac automasking as done below does not work (as of qt 4.2.1)
//so we do it the old way see bug #387
qDebug("setting mask for mac");
Expand Down

0 comments on commit b0a5642

Please sign in to comment.