diff --git a/include/song_editor.h b/include/song_editor.h index af10cd51c..1b3483778 100644 --- a/include/song_editor.h +++ b/include/song_editor.h @@ -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 );