From bf083973efd101e05d75882b63aad9bdfa37dfbc Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Sat, 11 May 2013 19:17:07 +0200 Subject: store watchlets in model --- libsowatch/watch.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'libsowatch/watch.cpp') 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); +} -- cgit v1.2.3