summaryrefslogtreecommitdiff
path: root/metawatchwatchlets/metawatchwatchletsplugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'metawatchwatchlets/metawatchwatchletsplugin.cpp')
-rw-r--r--metawatchwatchlets/metawatchwatchletsplugin.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/metawatchwatchlets/metawatchwatchletsplugin.cpp b/metawatchwatchlets/metawatchwatchletsplugin.cpp
index 98c1713..601e659 100644
--- a/metawatchwatchlets/metawatchwatchletsplugin.cpp
+++ b/metawatchwatchlets/metawatchwatchletsplugin.cpp
@@ -40,6 +40,8 @@ Watchlet* MetaWatchWatchletsPlugin::getWatchlet(const QString& id, ConfigKey *se
return new MetaWatchFaceWatchlet(watch);
} else if (id == MetaWatchNotificationWatchlet::myId) {
return new MetaWatchNotificationWatchlet(watch);
+ } else {
+ return 0;
}
}