diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-09-01 15:31:27 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-09-01 15:31:27 +1000 |
| commit | d76c799dd22a44621b557564ed9606e04ba40e34 (patch) | |
| tree | ea9dc55c4ef52a94e34f818003727b4170b9103b /plugin/src/Caelestia/cutils.hpp | |
| parent | cmake: more compiler warnings (diff) | |
| download | caelestia-shell-d76c799dd22a44621b557564ed9606e04ba40e34.tar.gz caelestia-shell-d76c799dd22a44621b557564ed9606e04ba40e34.tar.bz2 caelestia-shell-d76c799dd22a44621b557564ed9606e04ba40e34.zip | |
plugin: fix warnings + const stuff
Diffstat (limited to 'plugin/src/Caelestia/cutils.hpp')
| -rw-r--r-- | plugin/src/Caelestia/cutils.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
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 <QtQuick/QQuickItem> 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); |