summaryrefslogtreecommitdiffstats
path: root/resource.qrc
diff options
context:
space:
mode:
authorCaroline Chao <caroline.chao@digia.com>2014-08-25 14:45:09 +0200
committerNiels Weber <niels.weber@digia.com>2014-08-26 14:36:57 +0200
commitb1aecf4628d7b832200d481156600af518abf130 (patch)
treeecd4eca9941b7226182dfe3bcb84f934fd5764d7 /resource.qrc
parent0d3e6282d327267d18db9267beb6865b74fcc56f (diff)
Update models handling
- Add the models into a singleton object to share across the application - Update the c++ Model with expected signals so the views get notifications on changes/updates from the models themselves - Enabler for future changes regarding the content update with another conference id Change-Id: Id2700b11f9cc9a3d6e3c0c0cfaf6725e438f225c Reviewed-by: Niels Weber <niels.weber@digia.com>
Diffstat (limited to 'resource.qrc')
-rw-r--r--resource.qrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/resource.qrc b/resource.qrc
index 148bb1e..9d2a0e6 100644
--- a/resource.qrc
+++ b/resource.qrc
@@ -12,5 +12,6 @@
<file>qml/components/FavouritesView.qml</file>
<file>qml/components/functions.js</file>
<file>qml/components/EventsList.qml</file>
+ <file>qml/components/ModelsSingleton.qml</file>
</qresource>
</RCC>