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:
@@ -56,6 +56,7 @@ public:
|
||||
virtual ~projectNotes();
|
||||
|
||||
void clear( void );
|
||||
void setText( const QString & _text );
|
||||
|
||||
virtual void FASTCALL saveSettings( QDomDocument & _doc,
|
||||
QDomElement & _parent );
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user