diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-09-23 17:34:20 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-09-23 17:34:20 +1000 |
| commit | 7aaa14438f7d674707d4b8591364ee457248d0e6 (patch) | |
| tree | 83c01a7433dd178d3033086c68a91ad10079993b /plugin/src/Caelestia/toaster.hpp | |
| parent | dev: build with clazy (diff) | |
| download | caelestia-shell-7aaa14438f7d674707d4b8591364ee457248d0e6.tar.gz caelestia-shell-7aaa14438f7d674707d4b8591364ee457248d0e6.tar.bz2 caelestia-shell-7aaa14438f7d674707d4b8591364ee457248d0e6.zip | |
plugin: fix clazy warnings
Diffstat (limited to 'plugin/src/Caelestia/toaster.hpp')
| -rw-r--r-- | plugin/src/Caelestia/toaster.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<Toast*> 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(); |