We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent ab1faa7 commit b9811d0Copy full SHA for b9811d0
src/app/main.cpp
@@ -455,7 +455,7 @@ int main(int argc, char *argv[])
455
}
456
else
457
{
458
-#ifdef Q_OS_MACX
+#if defined(Q_OS_MACX) && QT_VERSION < 0x040300
459
//on mac automasking as done below does not work (as of qt 4.2.1)
460
//so we do it the old way see bug #387
461
qDebug("setting mask for mac");
0 commit comments