Update bb_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:55:29 -02:00
parent 2a1f4a61fa
commit 64e1c2080c

View File

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