summaryrefslogtreecommitdiff
path: root/plugin/src/Caelestia/toaster.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/src/Caelestia/toaster.hpp')
-rw-r--r--plugin/src/Caelestia/toaster.hpp2
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();