diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-03-21 17:34:05 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-03-23 16:32:01 +0100 |
commit | 0c881f0c1b77cf8876094e3647d1732210b954d1 (patch) | |
tree | 418396b4f2aae86c1cbec2cee9bcd6d36b87dda0 /framework/qmldir | |
parent | d0029fbe0a503edcf36e6ad072b87c53ad0715eb (diff) | |
download | kube-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/qmldir | 1 |
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 | |||
45 | GridView 1.0 GridView.qml | 45 | GridView 1.0 GridView.qml |
46 | ScrollHelper 1.0 ScrollHelper.qml | 46 | ScrollHelper 1.0 ScrollHelper.qml |
47 | ModelIndexRetriever 1.0 ModelIndexRetriever.qml | 47 | ModelIndexRetriever 1.0 ModelIndexRetriever.qml |
48 | ExtensionPoint 1.0 ExtensionPoint.qml | ||
48 | singleton Messages 1.0 Messages.qml | 49 | singleton Messages 1.0 Messages.qml |
49 | singleton Notifications 1.0 Notifications.qml | 50 | singleton Notifications 1.0 Notifications.qml |
50 | singleton Colors 1.0 Colors.qml | 51 | singleton Colors 1.0 Colors.qml |