summaryrefslogtreecommitdiff
path: root/libsowatch/weathernotification.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libsowatch/weathernotification.cpp')
-rw-r--r--libsowatch/weathernotification.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/libsowatch/weathernotification.cpp b/libsowatch/weathernotification.cpp
index 6d693b2..9c9c2e8 100644
--- a/libsowatch/weathernotification.cpp
+++ b/libsowatch/weathernotification.cpp
@@ -7,6 +7,11 @@ WeatherNotification::WeatherNotification(QObject *parent) :
{
}
+Notification::Priority WeatherNotification::priority() const
+{
+ return Silent;
+}
+
qreal WeatherNotification::convertTemperature(qreal temp, Unit from, Unit to)
{
if (from == to) {