summaryrefslogtreecommitdiff
path: root/metawatch/metawatchdigital.h
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2013-05-06 23:13:37 +0200
committerJavier S. Pedro <maemo@javispedro.com>2013-05-06 23:13:37 +0200
commitae37832316d905889c82706b351b3c037c9e1ab6 (patch)
treed90c4a18729937b782f557e170cf95d4ef38f031 /metawatch/metawatchdigital.h
parentd83093df7602aa2896de71292b47948540c22a44 (diff)
downloadsowatch-ae37832316d905889c82706b351b3c037c9e1ab6.tar.gz
sowatch-ae37832316d905889c82706b351b3c037c9e1ab6.zip
prepare for weather qml notifications
Diffstat (limited to 'metawatch/metawatchdigital.h')
-rw-r--r--metawatch/metawatchdigital.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/metawatch/metawatchdigital.h b/metawatch/metawatchdigital.h
index 3648160..dde017a 100644
--- a/metawatch/metawatchdigital.h
+++ b/metawatch/metawatchdigital.h
@@ -20,9 +20,6 @@ public:
QString model() const;
- void updateNotificationCount(Notification::Type type, int count);
- void updateWeather(WeatherNotification *weather);
-
void displayIdleScreen();
void displayNotification(Notification *notification);
void displayApplication();
@@ -45,7 +42,6 @@ private:
void renderIdleScreen();
void renderIdleWeather();
QImage iconForWeather(WeatherNotification::WeatherType w);
- void renderIdleCounts();
void renderNotification(Notification *n);
QImage iconForNotification(const Notification *n);