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 9752746 commit 3c58599Copy full SHA for 3c58599
src/app/qgisapp.cpp
@@ -2287,14 +2287,6 @@ void QgisApp::createMenus()
2287
mWebMenu = new QMenu( tr( "&Web" ), menuBar() );
2288
mWebMenu->setObjectName( QStringLiteral( "mWebMenu" ) );
2289
2290
-
2291
- // Help menu
2292
- // add What's this button to it
2293
- QAction *before = mActionHelpAPI;
2294
- QAction *actionWhatsThis = QWhatsThis::createAction( this );
2295
- actionWhatsThis->setIcon( QgsApplication::getThemeIcon( QStringLiteral( "/mActionWhatsThis.svg" ) ) );
2296
- mHelpMenu->insertAction( before, actionWhatsThis );
2297
2298
createProfileMenu();
2299
}
2300
0 commit comments