#include "weathernotification.h"

using namespace sowatch;

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