aboutsummaryrefslogtreecommitdiff
path: root/src/core/kconfigwatcher.h
diff options
context:
space:
mode:
authorAhmad Samir <a.samirh78@gmail.com>2021-02-22 17:38:09 +0200
committerAhmad Samir <a.samirh78@gmail.com>2021-02-22 17:38:09 +0200
commit8bed00ab34e31f2b9c70026d418d923913325798 (patch)
treef289c15575415a36bc19c047a2037998e9b11ce8 /src/core/kconfigwatcher.h
parent186755fd56b58dc97250846c5305ef89f9487f86 (diff)
downloadkconfig-8bed00ab34e31f2b9c70026d418d923913325798.tar.gz
kconfig-8bed00ab34e31f2b9c70026d418d923913325798.tar.bz2
Run clang-format on all cpp/h files
NO_CHANGELOG
Diffstat (limited to 'src/core/kconfigwatcher.h')
-rw-r--r--src/core/kconfigwatcher.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/kconfigwatcher.h b/src/core/kconfigwatcher.h
index 28576bb4..76418c9b 100644
--- a/src/core/kconfigwatcher.h
+++ b/src/core/kconfigwatcher.h
@@ -10,8 +10,8 @@
#include <QObject>
#include <QSharedPointer>
-#include <KSharedConfig>
#include <KConfigGroup>
+#include <KSharedConfig>
#include <kconfigcore_export.h>
@@ -23,7 +23,7 @@ class KConfigWatcherPrivate;
* Notifies when another client has updated this config file with the Notify flag set.
* @since 5.51
*/
-class KCONFIGCORE_EXPORT KConfigWatcher: public QObject
+class KCONFIGCORE_EXPORT KConfigWatcher : public QObject
{
Q_OBJECT
public: