We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a1c3ae commit ceaff47Copy full SHA for ceaff47
src/app/main.cpp
@@ -510,6 +510,7 @@ int main( int argc, char *argv[] )
510
QCoreApplication::setOrganizationName( "QuantumGIS" );
511
QCoreApplication::setOrganizationDomain( "qgis.org" );
512
QCoreApplication::setApplicationName( "QGIS" );
513
+ QCoreApplication::setAttribute( Qt::AA_DontShowIconsInMenus, false );
514
#ifdef Q_OS_MACX
515
// Install OpenDocuments AppleEvent handler after application object is initialized
516
// but before any other event handling (including dialogs or splash screens) occurs.
0 commit comments