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:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user