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. --- src/core/ksharedconfig.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/core/ksharedconfig.h') diff --git a/src/core/ksharedconfig.h b/src/core/ksharedconfig.h index 42f7440e..bb5e8665 100644 --- a/src/core/ksharedconfig.h +++ b/src/core/ksharedconfig.h @@ -40,7 +40,7 @@ class KCONFIGCORE_EXPORT KSharedConfig : public KConfig, public QSharedData //krazy:exclude=dpointer (only for refcounting) { public: - typedef QExplicitlySharedDataPointer Ptr; + typedef QExplicitlySharedDataPointer Ptr; public: /** @@ -67,7 +67,7 @@ public: * * @sa KConfig */ - static KSharedConfig::Ptr openConfig(const QString& fileName = QString(), + static KSharedConfig::Ptr openConfig(const QString &fileName = QString(), OpenFlags mode = FullConfig, QStandardPaths::StandardLocation type = QStandardPaths::GenericConfigLocation); @@ -75,10 +75,10 @@ public: private: Q_DISABLE_COPY(KSharedConfig) - virtual KConfigGroup groupImpl(const QByteArray& aGroup); - virtual const KConfigGroup groupImpl(const QByteArray& aGroup) const; + virtual KConfigGroup groupImpl(const QByteArray &aGroup); + virtual const KConfigGroup groupImpl(const QByteArray &aGroup) const; - KSharedConfig(const QString& file, OpenFlags mode, + KSharedConfig(const QString &file, OpenFlags mode, QStandardPaths::StandardLocation resourceType); }; -- cgit v1.2.1