From d76c799dd22a44621b557564ed9606e04ba40e34 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 1 Sep 2025 15:31:27 +1000 Subject: plugin: fix warnings + const stuff --- plugin/src/Caelestia/cutils.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugin/src/Caelestia/cutils.hpp') diff --git a/plugin/src/Caelestia/cutils.hpp b/plugin/src/Caelestia/cutils.hpp index 048a2ff..ef758f2 100644 --- a/plugin/src/Caelestia/cutils.hpp +++ b/plugin/src/Caelestia/cutils.hpp @@ -5,9 +5,9 @@ #include class CUtils : public QObject { - Q_OBJECT; - QML_ELEMENT; - QML_SINGLETON; + Q_OBJECT + QML_ELEMENT + QML_SINGLETON public: Q_INVOKABLE void saveItem(QQuickItem* target, const QUrl& path); -- cgit v1.2.3-freya