diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-04-06 13:20:47 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-04-06 13:20:47 +0200 |
commit | d549f1ba32c391490abe34251ef60bb59df39f98 (patch) | |
tree | 78dd7815df8675a9ba97d96425323dafcfff41fd /framework/qmldir | |
parent | 872bb7b30eeba9147f7b029fd88456679eb9f854 (diff) | |
download | kube-d549f1ba32c391490abe34251ef60bb59df39f98.tar.gz kube-d549f1ba32c391490abe34251ef60bb59df39f98.zip |
introduce Kube.Popup
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 74d0168d..1ca1cb72 100644 --- a/framework/qmldir +++ b/framework/qmldir | |||
@@ -14,6 +14,7 @@ People 1.0 People.qml | |||
14 | NotificationPopup 1.0 NotificationPopup.qml | 14 | 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 | PositiveButton 1.0 PositiveButton.qml | 18 | PositiveButton 1.0 PositiveButton.qml |
18 | singleton Colors 1.0 Colors.qml | 19 | singleton Colors 1.0 Colors.qml |
19 | singleton Icons 1.0 Icons.qml | 20 | singleton Icons 1.0 Icons.qml |