diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-09-13 11:38:43 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-09-13 11:38:43 +0200 |
commit | 2f17eb055e3404bb36ee0d02082d3e1ab4a958cf (patch) | |
tree | 820e016329548eddd7a0d8d209e88fe39bc1b4d0 | |
parent | 22a0b53d76f5f229591861450f85e5ded5d8f3fc (diff) | |
download | kube-2f17eb055e3404bb36ee0d02082d3e1ab4a958cf.tar.gz kube-2f17eb055e3404bb36ee0d02082d3e1ab4a958cf.zip |
fix typo
-rw-r--r-- | framework/qmldir | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qmldir b/framework/qmldir index 691dbba8..5eeaaeff 100644 --- a/framework/qmldir +++ b/framework/qmldir | |||
@@ -21,7 +21,7 @@ ProgressBar 1.0 ProgressBar.qml | |||
21 | StatusBar 1.0 StatusBar.qml | 21 | StatusBar 1.0 StatusBar.qml |
22 | ComboBox 1.0 ComboBox.qml | 22 | ComboBox 1.0 ComboBox.qml |
23 | CheckBox 1.0 CheckBox.qml | 23 | CheckBox 1.0 CheckBox.qml |
24 | Switch 1.0 as Switch.qml | 24 | Switch 1.0 Switch.qml |
25 | PositiveButton 1.0 PositiveButton.qml | 25 | PositiveButton 1.0 PositiveButton.qml |
26 | TextButton 1.0 TextButton.qml | 26 | TextButton 1.0 TextButton.qml |
27 | TextField 1.0 TextField.qml | 27 | TextField 1.0 TextField.qml |