diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-06-14 14:59:43 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-06-14 15:51:56 +0200 |
commit | 5941fdf6d65ecf29fc46dab000987041f5f4a8d8 (patch) | |
tree | 07a04edf9079955aa725ea24014106dcb6616911 /framework/qmldir | |
parent | 8809ffea6390e593b1d83f69cc50dfe8d7dadad0 (diff) | |
download | kube-5941fdf6d65ecf29fc46dab000987041f5f4a8d8.tar.gz kube-5941fdf6d65ecf29fc46dab000987041f5f4a8d8.zip |
Attachment support in the composer
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 1265b68c..74f8a4af 100644 --- a/framework/qmldir +++ b/framework/qmldir | |||
@@ -26,6 +26,7 @@ TextArea 1.0 TextArea.qml | |||
26 | Label 1.0 Label.qml | 26 | Label 1.0 Label.qml |
27 | View 1.0 View.qml | 27 | View 1.0 View.qml |
28 | AutocompleteLineEdit 1.0 AutocompleteLineEdit.qml | 28 | AutocompleteLineEdit 1.0 AutocompleteLineEdit.qml |
29 | AttachmentDelegate 1.0 AttachmentDelegate.qml | ||
29 | singleton Messages 1.0 Messages.qml | 30 | singleton Messages 1.0 Messages.qml |
30 | singleton Colors 1.0 Colors.qml | 31 | singleton Colors 1.0 Colors.qml |
31 | singleton Icons 1.0 Icons.qml | 32 | singleton Icons 1.0 Icons.qml |