From 8af1436e92c1a853b74bacc9ac0adf012fdbc4ca Mon Sep 17 00:00:00 2001
From: "Javier S. Pedro" <maemo@javispedro.com>
Date: Sat, 4 May 2013 01:24:41 +0200
Subject: new calendar watchlet

---
 libsowatch/declarativewatchlet.cpp | 1 +
 1 file changed, 1 insertion(+)

(limited to 'libsowatch')

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);
-- 
cgit v1.2.3