removed animation-functionality of groupBox as it's useless, fixed boolModel-initializations - makes filter, arpeggio and chords work again

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/branches/lmms-mv@642 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-01-04 18:12:44 +00:00
parent 764adeceff
commit 6d25a97b9e
5 changed files with 23 additions and 92 deletions

View File

@@ -45,14 +45,9 @@ public:
virtual void modelChanged( void );
public slots:
// void setState( bool _on, bool _anim = FALSE );
void animate( void );
protected:
virtual void resizeEvent( QResizeEvent * _re );
virtual void mousePressEvent( QMouseEvent * _me );
virtual void resizeEvent( QResizeEvent * _re );
private:
@@ -63,9 +58,6 @@ private:
pixmapButton * m_led;
QString m_caption;
int m_origHeight;
bool m_animating;
} ;