summaryrefslogtreecommitdiff
path: root/libsowatch/weathernotification.cpp
blob: fa82f3d450d0ec0f60f0ab6d90c8dd1d91df802b (plain)
1
2
3
4
5
6
7
8
#include "weathernotification.h"

using namespace sowatch;

WeatherNotification::WeatherNotification(QObject *parent) :
    Notification(parent)
{
}