mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-18 00:03:05 -04:00
[BACKPORT] add What's this to Help menu (implement #4179)
This commit is contained in:
parent
821b0ea560
commit
ce8c75ff6c
@ -1091,6 +1091,10 @@ void QgisApp::createMenus()
|
||||
// don't add it yet, wait for a plugin
|
||||
mDatabaseMenu = new QMenu( tr( "&Database" ) );
|
||||
|
||||
// Help menu
|
||||
// add What's this button to it
|
||||
QAction* before = mActionHelpAPI;
|
||||
mHelpMenu->insertAction( before, QWhatsThis::createAction() );
|
||||
}
|
||||
|
||||
void QgisApp::createToolBars()
|
||||
|
Loading…
x
Reference in New Issue
Block a user