From 62dc4ada9fef324f4b26b1f4eb12eabdec3a3f34 Mon Sep 17 00:00:00 2001 From: FarmRadio Hangar Date: Fri, 13 May 2016 17:35:04 +0300 Subject: [PATCH] move #endif directive again --- components/slider_p.h | 4 ++-- lib/theme_p.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components/slider_p.h b/components/slider_p.h index 9d3d767..efeb5f9 100644 --- a/components/slider_p.h +++ b/components/slider_p.h @@ -38,8 +38,6 @@ public: int trackWidth; }; -#endif // SLIDER_P_H - SliderPrivate::SliderPrivate(Slider *parent) : q_ptr(parent), thumb(new SliderThumb(parent)), @@ -129,3 +127,5 @@ void SliderPrivate::setHovered(bool status) q->update(); } } + +#endif // SLIDER_P_H diff --git a/lib/theme_p.h b/lib/theme_p.h index d1b4e59..063bd8b 100644 --- a/lib/theme_p.h +++ b/lib/theme_p.h @@ -18,8 +18,6 @@ public: QHash colors; }; -#endif // THEME_P_H - ThemePrivate::ThemePrivate(Theme *parent) : q_ptr(parent) { @@ -31,3 +29,5 @@ QColor ThemePrivate::rgba(int r, int g, int b, qreal a) const color.setAlphaF(a); return color; } + +#endif // THEME_P_H