Skip to content

Commit 3c58599

Browse files
committed
Remove what's this button
1 parent 9752746 commit 3c58599

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/app/qgisapp.cpp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2287,14 +2287,6 @@ void QgisApp::createMenus()
22872287
mWebMenu = new QMenu( tr( "&Web" ), menuBar() );
22882288
mWebMenu->setObjectName( QStringLiteral( "mWebMenu" ) );
22892289

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-
22982290
createProfileMenu();
22992291
}
23002292

0 commit comments

Comments
 (0)