1 2 3 4 5 6 7 8
#include "weathernotification.h" using namespace sowatch; WeatherNotification::WeatherNotification(QObject *parent) : Notification(parent) { }