diff options
author | ccolin | 2020-12-22 13:30:32 +0100 |
---|---|---|
committer | ccolin | 2020-12-22 13:30:32 +0100 |
commit | e7065796753dd6bf37f166a3da4dcf37d2893bb6 (patch) | |
tree | d2195205b2dd44f10398c91acdbe6716f235c0bf /src/drone_controller.hh | |
parent | 7fbe0814d52ba861a02b0560d4e6872845ef241e (diff) |
synchronize playing status to play/pause button
Diffstat (limited to 'src/drone_controller.hh')
-rw-r--r-- | src/drone_controller.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/drone_controller.hh b/src/drone_controller.hh index 484cd57..4afc2b6 100644 --- a/src/drone_controller.hh +++ b/src/drone_controller.hh @@ -41,6 +41,8 @@ public: signals: void frameChanged(int frame); + void playing(); + void pausing(); private slots: void step(); |