Merge pull request #290 from M374LX/stable-0.4

Better way to update play button icons
This commit is contained in:
Tobias Doerffel
2014-02-09 22:38:39 +01:00
9 changed files with 50 additions and 53 deletions

View File

@@ -73,7 +73,7 @@ public:
return( "automationeditor" );
}
void updatePlayPauseIcon();
void setPauseIcon( bool pause );
public slots:

View File

@@ -48,7 +48,7 @@ public:
void removeBBView( int _bb );
void updatePlayPauseIcon();
void setPauseIcon( bool pause );
public slots:

View File

@@ -89,7 +89,7 @@ public:
return "pianoroll";
}
void updatePlayPauseIcon();
void setPauseIcon( bool pause );
protected:

View File

@@ -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 );