summaryrefslogtreecommitdiffstats
path: root/framework/qmldir
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-03-21 17:34:05 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-03-23 16:32:01 +0100
commit0c881f0c1b77cf8876094e3647d1732210b954d1 (patch)
tree418396b4f2aae86c1cbec2cee9bcd6d36b87dda0 /framework/qmldir
parentd0029fbe0a503edcf36e6ad072b87c53ad0715eb (diff)
downloadkube-0c881f0c1b77cf8876094e3647d1732210b954d1.tar.gz
kube-0c881f0c1b77cf8876094e3647d1732210b954d1.zip
An extension mechanism load qml files at generic extension points.
and forward the email via an extension api.
Diffstat (limited to 'framework/qmldir')
-rw-r--r--framework/qmldir1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/qmldir b/framework/qmldir
index 80146b8e..4a6f40ef 100644
--- a/framework/qmldir
+++ b/framework/qmldir
@@ -45,6 +45,7 @@ TreeView 1.0 TreeView.qml
45GridView 1.0 GridView.qml 45GridView 1.0 GridView.qml
46ScrollHelper 1.0 ScrollHelper.qml 46ScrollHelper 1.0 ScrollHelper.qml
47ModelIndexRetriever 1.0 ModelIndexRetriever.qml 47ModelIndexRetriever 1.0 ModelIndexRetriever.qml
48ExtensionPoint 1.0 ExtensionPoint.qml
48singleton Messages 1.0 Messages.qml 49singleton Messages 1.0 Messages.qml
49singleton Notifications 1.0 Notifications.qml 50singleton Notifications 1.0 Notifications.qml
50singleton Colors 1.0 Colors.qml 51singleton Colors 1.0 Colors.qml