diff options
Diffstat (limited to 'libsowatch/watch.cpp')
-rw-r--r-- | libsowatch/watch.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libsowatch/watch.cpp b/libsowatch/watch.cpp index e37cdf8..caf46c4 100644 --- a/libsowatch/watch.cpp +++ b/libsowatch/watch.cpp @@ -19,3 +19,13 @@ void Watch::vibrate(int msecs) /* The default implementation does nothing. */ Q_UNUSED(msecs); } + +void Watch::setWatchletsModel(WatchletsModel *model) +{ + Q_UNUSED(model); +} + +void Watch::setNotificationsModel(NotificationsModel *model) +{ + Q_UNUSED(model); +} |