diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2013-05-03 21:13:31 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2013-05-03 21:13:31 +0200 |
commit | 9e061170b3834845910749c55eda63f03d982bbf (patch) | |
tree | 0837bbdb63918eaf07333a81a98a21646d5ac3c6 /libsowatch/watch.h | |
parent | fba422cb3999e5c1a35849891861faa24494bd50 (diff) | |
download | sowatch-9e061170b3834845910749c55eda63f03d982bbf.tar.gz sowatch-9e061170b3834845910749c55eda63f03d982bbf.zip |
add a small status bar to metawatch watchlets
Diffstat (limited to 'libsowatch/watch.h')
-rw-r--r-- | libsowatch/watch.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libsowatch/watch.h b/libsowatch/watch.h index 60a66bd..5e0233b 100644 --- a/libsowatch/watch.h +++ b/libsowatch/watch.h @@ -41,7 +41,9 @@ public: virtual void setDateTime(const QDateTime& dateTime) = 0; /** Asynchronously queries battery date/time from the watch; once the * query is finished, dateTimeChanged() will be signaled and dateTime() - * will return the updated value. */ + * will return the updated value. + * This is not mandatory and returning currentDateTime() is just fine. + */ virtual void queryDateTime() = 0; /** Gets the current date/time as last fetched from the watch. */ virtual QDateTime dateTime() const = 0; |