summaryrefslogtreecommitdiff
path: root/plugin/src/Caelestia/Internal/hyprdevices.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/src/Caelestia/Internal/hyprdevices.hpp')
-rw-r--r--plugin/src/Caelestia/Internal/hyprdevices.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/src/Caelestia/Internal/hyprdevices.hpp b/plugin/src/Caelestia/Internal/hyprdevices.hpp
index ad762b9..e10df46 100644
--- a/plugin/src/Caelestia/Internal/hyprdevices.hpp
+++ b/plugin/src/Caelestia/Internal/hyprdevices.hpp
@@ -32,7 +32,7 @@ public:
[[nodiscard]] bool numLock() const;
[[nodiscard]] bool main() const;
- bool updateLastIpcObject(const QJsonObject& object);
+ bool updateLastIpcObject(QJsonObject object);
signals:
void lastIpcObjectChanged();
@@ -60,7 +60,7 @@ public:
[[nodiscard]] QList<HyprKeyboard*> keyboards() const;
- bool updateLastIpcObject(const QJsonObject& object);
+ bool updateLastIpcObject(QJsonObject object);
signals:
void keyboardsChanged();