summaryrefslogtreecommitdiffstats
path: root/framework/qmldir
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-07-22 04:30:45 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-07-22 04:30:45 +0200
commit7eddc26d24defb3444e21adfbd43f8e568be576d (patch)
tree3304b432ba49ef52df8f9de993a7ea4694dc0fff /framework/qmldir
parent26e02b898d3f4e63c942d2742cb920aec9e6489c (diff)
downloadkube-7eddc26d24defb3444e21adfbd43f8e568be576d.tar.gz
kube-7eddc26d24defb3444e21adfbd43f8e568be576d.zip
ModelIndexRetriever to abuse Repeater less publicly
Simliar to Retriever, but we'd have to alias all properties/roles automatically somehow.
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 b7e455b3..0a71b6c8 100644
--- a/framework/qmldir
+++ b/framework/qmldir
@@ -33,6 +33,7 @@ ListView 1.0 ListView.qml
33TreeView 1.0 TreeView.qml 33TreeView 1.0 TreeView.qml
34GridView 1.0 GridView.qml 34GridView 1.0 GridView.qml
35ScrollHelper 1.0 ScrollHelper.qml 35ScrollHelper 1.0 ScrollHelper.qml
36ModelIndexRetriever 1.0 ModelIndexRetriever.qml
36singleton Messages 1.0 Messages.qml 37singleton Messages 1.0 Messages.qml
37singleton Colors 1.0 Colors.qml 38singleton Colors 1.0 Colors.qml
38singleton Icons 1.0 Icons.qml 39singleton Icons 1.0 Icons.qml