mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
Remove what's this button
This commit is contained in:
parent
97527466ab
commit
3c58599bd1
@ -2287,14 +2287,6 @@ void QgisApp::createMenus()
|
||||
mWebMenu = new QMenu( tr( "&Web" ), menuBar() );
|
||||
mWebMenu->setObjectName( QStringLiteral( "mWebMenu" ) );
|
||||
|
||||
|
||||
// Help menu
|
||||
// add What's this button to it
|
||||
QAction *before = mActionHelpAPI;
|
||||
QAction *actionWhatsThis = QWhatsThis::createAction( this );
|
||||
actionWhatsThis->setIcon( QgsApplication::getThemeIcon( QStringLiteral( "/mActionWhatsThis.svg" ) ) );
|
||||
mHelpMenu->insertAction( before, actionWhatsThis );
|
||||
|
||||
createProfileMenu();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user