diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-04-04 10:27:24 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-04-04 10:27:24 +0200 |
commit | 1d4952b09a48c6107497cc37d644b231fd5b22eb (patch) | |
tree | ee7801fe525dd64e09276b41c49786a34ebb673a /components/qmldir | |
parent | a29c865be92ed19dd9bbc4697279ff35cebd50b8 (diff) | |
download | kube-1d4952b09a48c6107497cc37d644b231fd5b22eb.tar.gz kube-1d4952b09a48c6107497cc37d644b231fd5b22eb.zip |
add positivebutton component
Diffstat (limited to 'components/qmldir')
-rw-r--r-- | components/qmldir | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/qmldir b/components/qmldir index 90379baf..a1c09b87 100644 --- a/components/qmldir +++ b/components/qmldir | |||
@@ -14,3 +14,4 @@ People 1.0 People.qml | |||
14 | Notification 1.0 Notification.qml | 14 | Notification 1.0 Notification.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 | PositiveButton 1.0 PositiveButton.qml | ||