diff options
Diffstat (limited to 'plugingui/frame.h')
-rw-r--r-- | plugingui/frame.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugingui/frame.h b/plugingui/frame.h index 04cfeb2..8475690 100644 --- a/plugingui/frame.h +++ b/plugingui/frame.h @@ -77,7 +77,7 @@ private: bool is_switched_on; PowerButton power_button{this}; - void powerButtonClicked(bool clicked); + void powerButtonStateChanged(bool clicked); // grey box std::size_t bar_height; |