From 64e1c2080ca8a38b3eb910a0737e8def14abd42a Mon Sep 17 00:00:00 2001 From: Alexandre Almeida Date: Sun, 9 Feb 2014 18:55:29 -0200 Subject: [PATCH] Update bb_editor.h A better way to update the play button icons, which requires less "if" checks and method calls in total. --- include/bb_editor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/bb_editor.h b/include/bb_editor.h index a4bce6253..c1ebd96cd 100644 --- a/include/bb_editor.h +++ b/include/bb_editor.h @@ -48,7 +48,7 @@ public: void removeBBView( int _bb ); - void updatePlayPauseIcon(); + void setPauseIcon( bool pause ); public slots: