From 159963832457e6307282308455330acc7b5bd153 Mon Sep 17 00:00:00 2001 From: David Faure Date: Wed, 18 Dec 2013 09:53:59 +0100 Subject: Code reformatted using kde-dev-scripts/astyle-kdelibs. Use git blame -w 867e7a5 to show authorship as it was before this commit. --- autotests/kconfigskeletontest.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'autotests/kconfigskeletontest.h') diff --git a/autotests/kconfigskeletontest.h b/autotests/kconfigskeletontest.h index f65739dc..c54c7b07 100644 --- a/autotests/kconfigskeletontest.h +++ b/autotests/kconfigskeletontest.h @@ -24,7 +24,7 @@ class KConfigSkeletonTest : public KConfigSkeleton { Q_OBJECT - public: +public: private Q_SLOTS: void initTestCase(); @@ -34,10 +34,10 @@ private Q_SLOTS: void testClear(); private: - bool mMyBool; - QColor mMyColor; - QFont mMyFont; - QString mMyString; + bool mMyBool; + QColor mMyColor; + QFont mMyFont; + QString mMyString; }; -- cgit v1.2.1