[frameworks/kcmutils] src: Run clang-format
Nicolas Fella <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 9bc2d2286c94b1fd834ddfdcbdd721a963d37f4f by Nicolas Fella.
Committed on 20/07/2026 at 15:32.
Pushed by nicolasfella into branch 'master'.
Run clang-format
M +0 -1 src/core/kabstractconfigmodule.h
M +1 -1 src/quick/kquickconfigmodule.cpp
https://invent.kde.org/frameworks/kcmutils/-/commit/9bc2d2286c94b1fd834ddfdcbdd721a963d37f4f
diff --git a/src/core/kabstractconfigmodule.h b/src/core/kabstractconfigmodule.h
index 42fb9673..bf1d2268 100644
--- a/src/core/kabstractconfigmodule.h
+++ b/src/core/kabstractconfigmodule.h
@@ -233,7 +233,6 @@ public:
*/
Q_SIGNAL void supportsInstantApplyChanged();
-
/*!
* \brief Returns the metaData that was used when instantiating the plugin.
*/
diff --git a/src/quick/kquickconfigmodule.cpp b/src/quick/kquickconfigmodule.cpp
index a4bf72cf..257f2f78 100644
--- a/src/quick/kquickconfigmodule.cpp
+++ b/src/quick/kquickconfigmodule.cpp
@@ -21,9 +21,9 @@
#include <QResource>
#include <QUrl>
-#include <KRuntimePlatform>
#include <KLocalizedContext>
#include <KLocalizedString>
+#include <KRuntimePlatform>
class KQuickConfigModulePrivate
{