diff options
author | André Nusser <andre.nusser@googlemail.com> | 2017-04-01 19:01:25 +0200 |
---|---|---|
committer | André Nusser <andre.nusser@googlemail.com> | 2017-04-01 19:01:25 +0200 |
commit | 1f41de14a04240dfd993b030306ac251d962a843 (patch) | |
tree | 08d5ef8b74793909a15cb8f3c0b7732819a41f8a /plugingui/diskstreamingframecontent.h | |
parent | 4739f0bed6e6332fcf2c6ed2b04c4ae161c41060 (diff) |
Fix a lot of style issues in the code for the new GUI.
Diffstat (limited to 'plugingui/diskstreamingframecontent.h')
-rw-r--r-- | plugingui/diskstreamingframecontent.h | 9 |
1 files changed, 5 insertions, 4 deletions
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 { |