From 4da9bced6a27b92d49b9fc9392946510b8519d82 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Sun, 16 Oct 2011 04:42:30 +0200 Subject: Initial implementation of weather --- libsowatch/weathernotification.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 libsowatch/weathernotification.cpp (limited to 'libsowatch/weathernotification.cpp') diff --git a/libsowatch/weathernotification.cpp b/libsowatch/weathernotification.cpp new file mode 100644 index 0000000..fa82f3d --- /dev/null +++ b/libsowatch/weathernotification.cpp @@ -0,0 +1,8 @@ +#include "weathernotification.h" + +using namespace sowatch; + +WeatherNotification::WeatherNotification(QObject *parent) : + Notification(parent) +{ +} -- cgit v1.2.3