- added user templates to templates menu

- update templates menu when accessed


git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@224 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Javier Serrano Polo
2006-07-10 00:45:05 +00:00
parent 6446a20340
commit bba31ec7db
2 changed files with 72 additions and 26 deletions

View File

@@ -149,6 +149,7 @@ private:
QGridLayout * m_toolBarLayout;
QMenu * m_templatesMenu;
int m_custom_templates_count;
struct keyModifiers
{
@@ -166,6 +167,10 @@ private:
friend class engine;
private slots:
void fillTemplatesMenu( void );
} ;
#endif