diff options
Diffstat (limited to 'libsowatch')
-rw-r--r-- | libsowatch/declarativewatchlet.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libsowatch/declarativewatchlet.cpp b/libsowatch/declarativewatchlet.cpp index 1851e38..32ff8e8 100644 --- a/libsowatch/declarativewatchlet.cpp +++ b/libsowatch/declarativewatchlet.cpp @@ -31,6 +31,7 @@ DeclarativeWatchlet::DeclarativeWatchlet(WatchServer* server, const QString& id) _registered = true; } + // TODO: Share a single engine per watch server instead of this. _engine = new QDeclarativeEngine(this); #if !defined(QT_NO_DEBUG) QString qmlDir = QDir::current().absoluteFilePath(SOWATCH_QML_DIR); |