From 1f41de14a04240dfd993b030306ac251d962a843 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Nusser?= Date: Sat, 1 Apr 2017 19:01:25 +0200 Subject: Fix a lot of style issues in the code for the new GUI. --- plugingui/statusframecontent.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'plugingui/statusframecontent.h') diff --git a/plugingui/statusframecontent.h b/plugingui/statusframecontent.h index c61f716..020855c 100644 --- a/plugingui/statusframecontent.h +++ b/plugingui/statusframecontent.h @@ -26,10 +26,11 @@ */ #pragma once -#include "widget.h" #include "textedit.h" +#include "widget.h" -namespace GUI { +namespace GUI +{ class StatusframeContent : public Widget { -- cgit v1.2.3