diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-06-29 16:08:15 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-06-29 16:08:15 +0200 |
commit | bd4dc4fdcfd5dc365892846bdd09f23ba747bce9 (patch) | |
tree | 908501b00785430fba23f99de4db2e03833159bc /framework/qmldir | |
parent | 1ff201610f86e3fc2453fdb6f44338202130596c (diff) | |
download | kube-bd4dc4fdcfd5dc365892846bdd09f23ba747bce9.tar.gz kube-bd4dc4fdcfd5dc365892846bdd09f23ba747bce9.zip |
introduce Kube.Heading
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 4328548b..0e7768c4 100644 --- a/framework/qmldir +++ b/framework/qmldir | |||
@@ -25,6 +25,7 @@ TextField 1.0 TextField.qml | |||
25 | TextArea 1.0 TextArea.qml | 25 | TextArea 1.0 TextArea.qml |
26 | TextEditor 1.0 TextEditor.qml | 26 | TextEditor 1.0 TextEditor.qml |
27 | Label 1.0 Label.qml | 27 | Label 1.0 Label.qml |
28 | Heading 1.0 Heading.qml | ||
28 | View 1.0 View.qml | 29 | View 1.0 View.qml |
29 | AutocompleteLineEdit 1.0 AutocompleteLineEdit.qml | 30 | AutocompleteLineEdit 1.0 AutocompleteLineEdit.qml |
30 | AttachmentDelegate 1.0 AttachmentDelegate.qml | 31 | AttachmentDelegate 1.0 AttachmentDelegate.qml |