From 78b97bbbbdad3339c43afda120ab218a41bc74b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Nusser?= Date: Sun, 23 Apr 2017 18:58:42 +0200 Subject: Fix broken PowerButton state of the frame. --- plugingui/frame.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugingui/frame.h') 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; -- cgit v1.2.3