Added view menu
To be reviewed and reverted if undesired. Based on https://sourceforge.net/p/lmms/patches/38/ Signed-off-by: Tobias Doerffel <tobias.doerffel@gmail.com>
This commit is contained in:
committed by
Tobias Doerffel
parent
15e759b6d3
commit
96882f44d5
@@ -172,6 +172,7 @@ private:
|
||||
|
||||
friend class GuiApplication;
|
||||
|
||||
QMenu * m_viewMenu;
|
||||
|
||||
private slots:
|
||||
void browseHelp();
|
||||
@@ -179,6 +180,8 @@ private slots:
|
||||
void openRecentlyOpenedProject( QAction * _action );
|
||||
void showTool( QAction * _idx );
|
||||
void updateRecentlyOpenedProjectsMenu();
|
||||
void updateViewMenu( void );
|
||||
void updateConfig( QAction * _who );
|
||||
|
||||
|
||||
void autoSave();
|
||||
|
||||
Reference in New Issue
Block a user