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

@@ -152,6 +152,14 @@ void projectNotes::clear( void )
void projectNotes::setText( const QString & _text )
{
m_edit->setHtml( _text );
}
void projectNotes::setupActions()
{
QToolBar * tb = new QToolBar( tr( "Edit Actions" ), this );