Skip to content

Commit

Permalink
Remove what's this button
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Aug 3, 2017
1 parent 9752746 commit 3c58599
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/app/qgisapp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

Expand Down

0 comments on commit 3c58599

Please sign in to comment.