diff options
author | 2016-01-06 04:40:33 +0100 | |
---|---|---|
committer | 2016-01-06 04:41:41 +0100 | |
commit | 548d6fc956061cd1edb177447cdf07104d92b9c7 (patch) | |
tree | e8263e890f0a3294cc5b013fa4e5b61ab46ab037 /qt-mobile/qml/mobilecomponents/qmldir | |
parent | 8664925e20f4f4b700ace48765477a9ca3fb36dd (diff) | |
download | subsurface-548d6fc956061cd1edb177447cdf07104d92b9c7.tar.gz |
sync with mobilecomponents a85365111 + patches
This is the latest state of the upstream art from Plasma, plus our
patches to disable the gamma effect on the icon, and the drawer removed.
Signed-off-by: Sebastian Kügler <sebas@kde.org>
Diffstat (limited to 'qt-mobile/qml/mobilecomponents/qmldir')
-rw-r--r-- | qt-mobile/qml/mobilecomponents/qmldir | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qt-mobile/qml/mobilecomponents/qmldir b/qt-mobile/qml/mobilecomponents/qmldir index 53daf98a2..999f823ea 100644 --- a/qt-mobile/qml/mobilecomponents/qmldir +++ b/qt-mobile/qml/mobilecomponents/qmldir @@ -16,4 +16,6 @@ Icon 0.2 Icon.qml Label 0.2 Label.qml Heading 0.2 Heading.qml ListItem 0.2 ListItem.qml +BasicListItem 0.2 BasicListItem.qml ListItemWithActions 0.2 ListItemWithActions.qml +RefreshableScrollView 0.2 RefreshableScrollView.qml |