summaryrefslogtreecommitdiff
path: root/plugingui/frame.h
diff options
context:
space:
mode:
authorAndré Nusser <andre.nusser@googlemail.com>2017-04-23 18:58:42 +0200
committerAndré Nusser <andre.nusser@googlemail.com>2017-04-23 18:58:42 +0200
commit78b97bbbbdad3339c43afda120ab218a41bc74b3 (patch)
tree79fdcc6f3e69c32b55db26c0875264bc2907c744 /plugingui/frame.h
parent7e811d0a92ed8a89ef01531a7e7826692f4898e5 (diff)
Fix broken PowerButton state of the frame.
Diffstat (limited to 'plugingui/frame.h')
-rw-r--r--plugingui/frame.h2
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;