diff options
Diffstat (limited to 'metawatchwatchlets')
-rw-r--r-- | metawatchwatchlets/metawatchwatchletsplugin.cpp | 2 |
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; } } |