Merge pull request #290 from M374LX/stable-0.4
Better way to update play button icons
This commit is contained in:
@@ -73,7 +73,7 @@ public:
|
||||
return( "automationeditor" );
|
||||
}
|
||||
|
||||
void updatePlayPauseIcon();
|
||||
void setPauseIcon( bool pause );
|
||||
|
||||
|
||||
public slots:
|
||||
|
||||
@@ -48,7 +48,7 @@ public:
|
||||
|
||||
void removeBBView( int _bb );
|
||||
|
||||
void updatePlayPauseIcon();
|
||||
void setPauseIcon( bool pause );
|
||||
|
||||
|
||||
public slots:
|
||||
|
||||
@@ -89,7 +89,7 @@ public:
|
||||
return "pianoroll";
|
||||
}
|
||||
|
||||
void updatePlayPauseIcon();
|
||||
void setPauseIcon( bool pause );
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
@@ -59,12 +59,12 @@ public:
|
||||
songEditor( song * _song );
|
||||
virtual ~songEditor();
|
||||
|
||||
void setPauseIcon( bool pause );
|
||||
|
||||
|
||||
public slots:
|
||||
void scrolled( int _new_pos );
|
||||
|
||||
void updatePlayPauseIcon();
|
||||
|
||||
|
||||
private slots:
|
||||
void setHighQuality( bool );
|
||||
|
||||
Reference in New Issue
Block a user