summaryrefslogtreecommitdiff
path: root/plugin/src/Caelestia/Internal/hyprextras.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/src/Caelestia/Internal/hyprextras.hpp')
-rw-r--r--plugin/src/Caelestia/Internal/hyprextras.hpp2
1 files changed, 1 insertions, 1 deletions
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);