diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-04-07 11:57:19 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-04-07 11:57:19 +0200 |
commit | 1d94783dfc45f4d215ba59ddbb3f4392b004cbae (patch) | |
tree | 3f8436e1a74d80f17a0f5be279d2c8974ec25547 /framework/qmldir | |
parent | ede077f0b908464f820fc476c76f09599790e5a5 (diff) | |
download | kube-1d94783dfc45f4d215ba59ddbb3f4392b004cbae.tar.gz kube-1d94783dfc45f4d215ba59ddbb3f4392b004cbae.zip |
add initial Kube.ComboBox and use it in 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 1ca1cb72..7b1f0be6 100644 --- a/framework/qmldir +++ b/framework/qmldir | |||
@@ -15,6 +15,7 @@ NotificationPopup 1.0 NotificationPopup.qml | |||
15 | Icon 1.0 Icon.qml | 15 | Icon 1.0 Icon.qml |
16 | Button 1.0 Button.qml | 16 | Button 1.0 Button.qml |
17 | Popup 1.0 Popup.qml | 17 | Popup 1.0 Popup.qml |
18 | ComboBox 1.0 ComboBox.qml | ||
18 | PositiveButton 1.0 PositiveButton.qml | 19 | PositiveButton 1.0 PositiveButton.qml |
19 | singleton Colors 1.0 Colors.qml | 20 | singleton Colors 1.0 Colors.qml |
20 | singleton Icons 1.0 Icons.qml | 21 | singleton Icons 1.0 Icons.qml |