summaryrefslogtreecommitdiff
path: root/metawatch/metawatchdigital.h
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2013-05-05 02:21:29 +0200
committerJavier S. Pedro <maemo@javispedro.com>2013-05-05 02:21:29 +0200
commit12d61ddf50f5f34cafd25d7cbdc827156cfb184c (patch)
treebe975c0ba828c8322230b0146e1eb4fa30133127 /metawatch/metawatchdigital.h
parent49c64104c0750857858504b512955d9cc31e5c42 (diff)
downloadsowatch-12d61ddf50f5f34cafd25d7cbdc827156cfb184c.tar.gz
sowatch-12d61ddf50f5f34cafd25d7cbdc827156cfb184c.zip
preparing face watchlet support
Diffstat (limited to 'metawatch/metawatchdigital.h')
-rw-r--r--metawatch/metawatchdigital.h5
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);