diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-27 20:32:51 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-27 20:32:51 +1000 |
| commit | 4f60c07e0540f89654b469d134095c37e238d3e8 (patch) | |
| tree | 6853439cce6933475898c608d4d846fd91fde6f5 /plugin/src/Caelestia/cutils.hpp | |
| parent | internal: move notif icon lower (diff) | |
| download | caelestia-shell-4f60c07e0540f89654b469d134095c37e238d3e8.tar.gz caelestia-shell-4f60c07e0540f89654b469d134095c37e238d3e8.tar.bz2 caelestia-shell-4f60c07e0540f89654b469d134095c37e238d3e8.zip | |
plugin: create caching image manager
No need for external proc
Diffstat (limited to 'plugin/src/Caelestia/cutils.hpp')
| -rw-r--r-- | plugin/src/Caelestia/cutils.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugin/src/Caelestia/cutils.hpp b/plugin/src/Caelestia/cutils.hpp index e1319a4..76beb2b 100644 --- a/plugin/src/Caelestia/cutils.hpp +++ b/plugin/src/Caelestia/cutils.hpp @@ -1,11 +1,12 @@ #pragma once #include <qobject.h> +#include <qqmlintegration.h> #include <QtQuick/QQuickItem> class CUtils : public QObject { Q_OBJECT; - QML_NAMED_ELEMENT(CUtils); + QML_ELEMENT; QML_SINGLETON; public: |