summaryrefslogtreecommitdiff
path: root/libsowatch/watchlet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libsowatch/watchlet.cpp')
-rw-r--r--libsowatch/watchlet.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/libsowatch/watchlet.cpp b/libsowatch/watchlet.cpp
index 03ede41..0bcfa1d 100644
--- a/libsowatch/watchlet.cpp
+++ b/libsowatch/watchlet.cpp
@@ -48,6 +48,11 @@ void Watchlet::deactivate()
emit deactivated();
}
+void Watchlet::setWatchletsModel(WatchletsModel *model)
+{
+ Q_UNUSED(model);
+}
+
void Watchlet::setNotificationsModel(NotificationsModel *model)
{
Q_UNUSED(model);