Update piano_roll.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:54:23 -02:00
parent 10b8990ac5
commit 2a1f4a61fa

View File

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