diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2013-05-05 02:21:29 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2013-05-05 02:21:29 +0200 |
commit | 12d61ddf50f5f34cafd25d7cbdc827156cfb184c (patch) | |
tree | be975c0ba828c8322230b0146e1eb4fa30133127 /metawatch/metawatchdigital.h | |
parent | 49c64104c0750857858504b512955d9cc31e5c42 (diff) | |
download | sowatch-12d61ddf50f5f34cafd25d7cbdc827156cfb184c.tar.gz sowatch-12d61ddf50f5f34cafd25d7cbdc827156cfb184c.zip |
preparing face watchlet support
Diffstat (limited to 'metawatch/metawatchdigital.h')
-rw-r--r-- | metawatch/metawatchdigital.h | 5 |
1 files changed, 3 insertions, 2 deletions
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<QRect>& rects = QList<QRect>()); 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); |