summaryrefslogtreecommitdiff
path: root/libsowatch/watch.h
diff options
context:
space:
mode:
Diffstat (limited to 'libsowatch/watch.h')
-rw-r--r--libsowatch/watch.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libsowatch/watch.h b/libsowatch/watch.h
index b0a2a93..27e3d04 100644
--- a/libsowatch/watch.h
+++ b/libsowatch/watch.h
@@ -13,6 +13,9 @@
namespace sowatch
{
+class WatchletsModel;
+class NotificationsModel;
+
class SOWATCH_EXPORT Watch : public QObject, public QPaintDevice
{
Q_OBJECT
@@ -57,6 +60,9 @@ public:
virtual void queryCharging() = 0;
virtual bool charging() const = 0;
+ virtual void setWatchletsModel(WatchletsModel *model);
+ virtual void setNotificationsModel(NotificationsModel *model);
+
public slots:
/** Go back to the idle screen. */
virtual void displayIdleScreen() = 0;