From f61dfc6557303a8bba5301927f42e5b2a7ffcac6 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Sun, 7 Jul 2013 13:50:28 +0200 Subject: add some notification support to liveview --- libsowatch/declarativewatchlet.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libsowatch') diff --git a/libsowatch/declarativewatchlet.cpp b/libsowatch/declarativewatchlet.cpp index 4683dcb..da66316 100644 --- a/libsowatch/declarativewatchlet.cpp +++ b/libsowatch/declarativewatchlet.cpp @@ -123,6 +123,8 @@ void DeclarativeWatchlet::activate() qDebug() << "Resizing root object to height" << watch->width(); _item->setHeight(watch->height()); } + } else { + qWarning() << "Declarative watchlet will not render: missing root object"; } GraphicsWatchlet::activate(); _wrapper->activate(); -- cgit v1.2.3