moved all LADSPA-base-code into LMMS-core and improved Qt4-port of project-notes-window

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@563 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2007-09-03 21:22:24 +00:00
parent aa22ea383e
commit b61de8a930
9 changed files with 97 additions and 117 deletions

View File

@@ -33,6 +33,7 @@
class QAction;
class QComboBox;
class QTextCharFormat;
class QTextEdit;
@@ -68,8 +69,7 @@ private slots:
void textColor( void );
void textAlign( QAction * _a );
void fontChanged( const QFont & _f );
void colorChanged( const QColor & _c );
void formatChanged( const QTextCharFormat & _f );
void alignmentChanged( int _a );