diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-07-23 19:03:49 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-07-23 19:03:49 +0200 |
commit | a3f1e799e269eaecad0b380534764f098b071560 (patch) | |
tree | 02275c8226d35a1172c8ae5014a14b97e55d232d /framework/qmldir | |
parent | 519fa9c2874814569743d0473e68c26c009d66c1 (diff) | |
download | kube-a3f1e799e269eaecad0b380534764f098b071560.tar.gz kube-a3f1e799e269eaecad0b380534764f098b071560.zip |
Use a TextButton instead
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 0a71b6c8..156cdb07 100644 --- a/framework/qmldir +++ b/framework/qmldir | |||
@@ -20,6 +20,7 @@ ProgressBar 1.0 ProgressBar.qml | |||
20 | StatusBar 1.0 StatusBar.qml | 20 | StatusBar 1.0 StatusBar.qml |
21 | ComboBox 1.0 ComboBox.qml | 21 | ComboBox 1.0 ComboBox.qml |
22 | PositiveButton 1.0 PositiveButton.qml | 22 | PositiveButton 1.0 PositiveButton.qml |
23 | TextButton 1.0 TextButton.qml | ||
23 | TextField 1.0 TextField.qml | 24 | TextField 1.0 TextField.qml |
24 | TextArea 1.0 TextArea.qml | 25 | TextArea 1.0 TextArea.qml |
25 | TextEditor 1.0 TextEditor.qml | 26 | TextEditor 1.0 TextEditor.qml |