diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2016-06-22 10:46:38 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2016-06-22 10:46:38 +0200 |
commit | 6f4aff0a9b20b7564b43445d2c9a4d9f2561da4c (patch) | |
tree | d739ee5a616213e43330f0bafab0dde2fbf178c0 /components/qmldir | |
parent | 76c5125052cb7deb116fbdf453e5512b6d79ca4b (diff) | |
download | kube-6f4aff0a9b20b7564b43445d2c9a4d9f2561da4c.tar.gz kube-6f4aff0a9b20b7564b43445d2c9a4d9f2561da4c.zip |
initial outbox 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 984c325c..5cc6f80e 100644 --- a/components/qmldir +++ b/components/qmldir | |||
@@ -8,3 +8,4 @@ AccountSwitcher 1.0 AccountSwitcher.qml | |||
8 | NewAccountDialog 1.0 NewAccountDialog.qml | 8 | NewAccountDialog 1.0 NewAccountDialog.qml |
9 | EditAccountDialog 1.0 EditAccountDialog.qml | 9 | EditAccountDialog 1.0 EditAccountDialog.qml |
10 | OverlayDialog 1.0 OverlayDialog.qml | 10 | OverlayDialog 1.0 OverlayDialog.qml |
11 | Outbox 1.0 Outbox.qml | ||