flp-filter-improvements

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@116 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2006-03-29 13:26:53 +00:00
parent 4041e69e41
commit 4b9fb916f4
6 changed files with 173 additions and 176 deletions

View File

@@ -56,6 +56,7 @@ public:
virtual ~projectNotes();
void clear( void );
void setText( const QString & _text );
virtual void FASTCALL saveSettings( QDomDocument & _doc,
QDomElement & _parent );

View File

@@ -187,6 +187,8 @@ public slots:
m_modified = TRUE;
}
void clearProject( void );
protected:
virtual void closeEvent( QCloseEvent * _ce );
@@ -232,8 +234,6 @@ private:
songEditor( const songEditor & );
virtual ~songEditor();
void clearProject( void );
inline tact currentTact( void ) const
{