diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-05 13:00:21 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-05 13:00:21 +0200 |
commit | 5755ad47145d2985ba74354961b4127d82c516f6 (patch) | |
tree | aa6af562b7e587be895ff5a4355270f82f3ea180 /framework/qmldir | |
parent | e78224a7d9ccf70aadde8c0bff1cab72e8cb7438 (diff) | |
download | kube-5755ad47145d2985ba74354961b4127d82c516f6.tar.gz kube-5755ad47145d2985ba74354961b4127d82c516f6.zip |
A single framework plugin
Diffstat (limited to 'framework/qmldir')
-rw-r--r-- | framework/qmldir | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/framework/qmldir b/framework/qmldir index ad148543..b09567b6 100644 --- a/framework/qmldir +++ b/framework/qmldir | |||
@@ -11,7 +11,7 @@ EditAccountDialog 1.0 EditAccountDialog.qml | |||
11 | OverlayDialog 1.0 OverlayDialog.qml | 11 | OverlayDialog 1.0 OverlayDialog.qml |
12 | Outbox 1.0 Outbox.qml | 12 | Outbox 1.0 Outbox.qml |
13 | People 1.0 People.qml | 13 | People 1.0 People.qml |
14 | Notification 1.0 Notification.qml | 14 | NotificationPopup 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 | 17 | PositiveButton 1.0 PositiveButton.qml |
@@ -19,8 +19,4 @@ singleton Colors 1.0 Colors.qml | |||
19 | singleton Icons 1.0 Icons.qml | 19 | singleton Icons 1.0 Icons.qml |
20 | singleton Units 1.0 Units.qml | 20 | singleton Units 1.0 Units.qml |
21 | 21 | ||
22 | plugin mailplugin | 22 | plugin frameworkplugin |
23 | plugin actionplugin | ||
24 | plugin notificationplugin | ||
25 | plugin settingsplugin | ||
26 | plugin accountsplugin | ||