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/diskstreamingframecontent.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'plugingui/diskstreamingframecontent.h') diff --git a/plugingui/diskstreamingframecontent.h b/plugingui/diskstreamingframecontent.h index 33afcf8..5c1fad0 100644 --- a/plugingui/diskstreamingframecontent.h +++ b/plugingui/diskstreamingframecontent.h @@ -26,12 +26,13 @@ */ #pragma once -#include "widget.h" -#include "slider.h" -#include "label.h" #include "button.h" +#include "label.h" +#include "slider.h" +#include "widget.h" -namespace GUI { +namespace GUI +{ class DiskstreamingframeContent : public Widget { -- cgit v1.2.3