From 7aaa14438f7d674707d4b8591364ee457248d0e6 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Tue, 23 Sep 2025 17:34:20 +1000 Subject: plugin: fix clazy warnings --- plugin/src/Caelestia/toaster.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin/src/Caelestia/toaster.hpp') diff --git a/plugin/src/Caelestia/toaster.hpp b/plugin/src/Caelestia/toaster.hpp index 22da212..0197aa1 100644 --- a/plugin/src/Caelestia/toaster.hpp +++ b/plugin/src/Caelestia/toaster.hpp @@ -69,7 +69,7 @@ public: [[nodiscard]] QList toasts() const; Q_INVOKABLE void toast(const QString& title, const QString& message, const QString& icon = QString(), - Toast::Type type = Toast::Type::Info, int timeout = 5000); + caelestia::Toast::Type type = Toast::Type::Info, int timeout = 5000); signals: void toastsChanged(); -- cgit v1.2.3-freya