From 27953a89d1110d6cc82ff198e1c28f698104d554 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Tue, 14 Oct 2025 16:00:17 +1100 Subject: internal: use QQmlListProperty Fix lsp errors --- plugin/src/Caelestia/Internal/hyprextras.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin/src/Caelestia/Internal/hyprextras.hpp') diff --git a/plugin/src/Caelestia/Internal/hyprextras.hpp b/plugin/src/Caelestia/Internal/hyprextras.hpp index 9f9e1ad..14563c0 100644 --- a/plugin/src/Caelestia/Internal/hyprextras.hpp +++ b/plugin/src/Caelestia/Internal/hyprextras.hpp @@ -12,7 +12,7 @@ class HyprExtras : public QObject { QML_ELEMENT Q_PROPERTY(QVariantHash options READ options NOTIFY optionsChanged) - Q_PROPERTY(HyprDevices* devices READ devices CONSTANT) + Q_PROPERTY(caelestia::internal::hypr::HyprDevices* devices READ devices CONSTANT) public: explicit HyprExtras(QObject* parent = nullptr); -- cgit v1.2.3-freya