Remove what's this button

This commit is contained in:
Matthias Kuhn 2017-07-28 16:50:47 +02:00
parent 97527466ab
commit 3c58599bd1

View File

@ -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();
}