Update song_editor.h

A better way to update the play button icons, which requires less "if" checks and method calls in total.
This commit is contained in:
Alexandre Almeida
2014-02-09 18:52:11 -02:00
parent 40c35f2092
commit 10b8990ac5

View File

@@ -59,12 +59,12 @@ public:
songEditor( song * _song, songEditor * & _engine_ptr );
virtual ~songEditor();
void setPauseIcon( bool pause );
public slots:
void scrolled( int _new_pos );
void updatePlayPauseIcon();
private slots:
void setHighQuality( bool );