diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-07-25 01:39:22 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-07-25 01:40:47 +0200 |
commit | b1e49b5bad02f6dbab9578d2cdd0ad73b18e1c4a (patch) | |
tree | e3a9decf35a99844c23a8ca6dd99ec461667d796 /framework/qmldir | |
parent | 8a4f5212db7e7dcf15194d4af32b035f04a8ae9a (diff) | |
download | kube-b1e49b5bad02f6dbab9578d2cdd0ad73b18e1c4a.tar.gz kube-b1e49b5bad02f6dbab9578d2cdd0ad73b18e1c4a.zip |
A ListDelegate
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 156cdb07..83fc8d61 100644 --- a/framework/qmldir +++ b/framework/qmldir | |||
@@ -31,6 +31,7 @@ View 1.0 View.qml | |||
31 | AutocompleteLineEdit 1.0 AutocompleteLineEdit.qml | 31 | AutocompleteLineEdit 1.0 AutocompleteLineEdit.qml |
32 | AttachmentDelegate 1.0 AttachmentDelegate.qml | 32 | AttachmentDelegate 1.0 AttachmentDelegate.qml |
33 | ListView 1.0 ListView.qml | 33 | ListView 1.0 ListView.qml |
34 | ListDelegate 1.0 ListDelegate.qml | ||
34 | TreeView 1.0 TreeView.qml | 35 | TreeView 1.0 TreeView.qml |
35 | GridView 1.0 GridView.qml | 36 | GridView 1.0 GridView.qml |
36 | ScrollHelper 1.0 ScrollHelper.qml | 37 | ScrollHelper 1.0 ScrollHelper.qml |