summaryrefslogtreecommitdiff
path: root/plugingui/powerbutton.h
diff options
context:
space:
mode:
authorAndré Nusser <andre.nusser@googlemail.com>2017-04-01 19:01:25 +0200
committerAndré Nusser <andre.nusser@googlemail.com>2017-04-01 19:01:25 +0200
commit1f41de14a04240dfd993b030306ac251d962a843 (patch)
tree08d5ef8b74793909a15cb8f3c0b7732819a41f8a /plugingui/powerbutton.h
parent4739f0bed6e6332fcf2c6ed2b04c4ae161c41060 (diff)
Fix a lot of style issues in the code for the new GUI.
Diffstat (limited to 'plugingui/powerbutton.h')
-rw-r--r--plugingui/powerbutton.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/plugingui/powerbutton.h b/plugingui/powerbutton.h
index 978fab4..47b3ca1 100644
--- a/plugingui/powerbutton.h
+++ b/plugingui/powerbutton.h
@@ -26,15 +26,16 @@
*/
#pragma once
-#include "toggle.h"
#include "texture.h"
+#include "toggle.h"
namespace GUI
{
-class PowerButton : public Toggle {
+class PowerButton : public Toggle
+{
public:
- PowerButton(Widget *parent);
+ PowerButton(Widget* parent);
virtual ~PowerButton() = default;
protected: