From 12d61ddf50f5f34cafd25d7cbdc827156cfb184c Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Sun, 5 May 2013 02:21:29 +0200 Subject: preparing face watchlet support --- metawatch/metawatchdigital.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'metawatch/metawatchdigital.h') diff --git a/metawatch/metawatchdigital.h b/metawatch/metawatchdigital.h index 4fd6ae6..3648160 100644 --- a/metawatch/metawatchdigital.h +++ b/metawatch/metawatchdigital.h @@ -31,6 +31,9 @@ public: void update(Mode mode, const QList& rects = QList()); protected: + void handleWatchConnected(); + +private: // Idle screen: notifications unread count ushort _nMails, _nCalls, _nIms, _nSms, _nMms; // Idle screen: weather information @@ -39,8 +42,6 @@ protected: short _wTemperature; bool _wMetric; - void handleWatchConnected(); - void renderIdleScreen(); void renderIdleWeather(); QImage iconForWeather(WeatherNotification::WeatherType w); -- cgit v1.2.3