summaryrefslogtreecommitdiffstats
path: root/framework/qmldir
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-05-10 12:13:21 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-05-10 12:39:33 +0200
commit24cd706a39ac50c77dd9b88f50b8197bb2013173 (patch)
tree21f02a8ac3852c015386f765144056530cb5817c /framework/qmldir
parent4564985f3d53c0a3487e53570e6d4a244be4cb6c (diff)
downloadkube-24cd706a39ac50c77dd9b88f50b8197bb2013173.tar.gz
kube-24cd706a39ac50c77dd9b88f50b8197bb2013173.zip
Added ProgressBar component
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 4de45a1c..8b0c52ac 100644
--- a/framework/qmldir
+++ b/framework/qmldir
@@ -17,6 +17,7 @@ Icon 1.0 Icon.qml
17IconButton 1.0 IconButton.qml 17IconButton 1.0 IconButton.qml
18Button 1.0 Button.qml 18Button 1.0 Button.qml
19Popup 1.0 Popup.qml 19Popup 1.0 Popup.qml
20ProgressBar 1.0 ProgressBar.qml
20ComboBox 1.0 ComboBox.qml 21ComboBox 1.0 ComboBox.qml
21PositiveButton 1.0 PositiveButton.qml 22PositiveButton 1.0 PositiveButton.qml
22TextField 1.0 TextField.qml 23TextField 1.0 TextField.qml