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:
Raine M. Ekman
2015-02-17 23:36:53 +01:00
committed by Tobias Doerffel
parent 15e759b6d3
commit 96882f44d5
2 changed files with 117 additions and 1 deletions

View File

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