From 8bed00ab34e31f2b9c70026d418d923913325798 Mon Sep 17 00:00:00 2001 From: Ahmad Samir Date: Mon, 22 Feb 2021 17:38:09 +0200 Subject: Run clang-format on all cpp/h files NO_CHANGELOG --- autotests/ksharedconfigtest.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'autotests/ksharedconfigtest.cpp') diff --git a/autotests/ksharedconfigtest.cpp b/autotests/ksharedconfigtest.cpp index 957b509f..06ed7898 100644 --- a/autotests/ksharedconfigtest.cpp +++ b/autotests/ksharedconfigtest.cpp @@ -6,8 +6,8 @@ */ #include -#include #include +#include class KSharedConfigTest : public QObject { @@ -18,6 +18,7 @@ private Q_SLOTS: void testReadWrite(); void testReadWriteSync(); void testQrcFile(); + private: QString m_path; }; @@ -26,8 +27,8 @@ void KSharedConfigTest::initTestCase() { QStandardPaths::setTestModeEnabled(true); - m_path = QStandardPaths::writableLocation(QStandardPaths::GenericConfigLocation) - + QLatin1Char('/') + QCoreApplication::applicationName() + QStringLiteral("rc"); + m_path = + QStandardPaths::writableLocation(QStandardPaths::GenericConfigLocation) + QLatin1Char('/') + QCoreApplication::applicationName() + QStringLiteral("rc"); QFile::remove(m_path); } -- cgit v1.2.1