summaryrefslogtreecommitdiffstats
path: root/framework/qmldir
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-07-31 17:30:41 -0600
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-07-31 17:32:54 -0600
commit804466dba970174ed00289b1cde3d8862b111042 (patch)
treeca93f039c5235ff7660e01ddf3954d3351c2ee1b /framework/qmldir
parent36b2ee162ffd57c70d21c27ff25801f894886569 (diff)
downloadkube-804466dba970174ed00289b1cde3d8862b111042.tar.gz
kube-804466dba970174ed00289b1cde3d8862b111042.zip
SelectableLabel with same mechanism as SelectableItem.
Note that we can not easily integrate it with Label due to recursive use of Kube.Label via the Button component. (Would be doable via dynamic loading, but that stuff is a PITA to do).
Diffstat (limited to 'framework/qmldir')
-rw-r--r--framework/qmldir1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/qmldir b/framework/qmldir
index fe96835e..02a66bb6 100644
--- a/framework/qmldir
+++ b/framework/qmldir
@@ -30,6 +30,7 @@ ToolTip 1.0 ToolTip.qml
30Label 1.0 Label.qml 30Label 1.0 Label.qml
31SelectableLabel 1.0 SelectableLabel.qml 31SelectableLabel 1.0 SelectableLabel.qml
32SelectableItem 1.0 SelectableItem.qml 32SelectableItem 1.0 SelectableItem.qml
33ContextMenuOverlay 1.0 ContextMenuOverlay.qml
33Heading 1.0 Heading.qml 34Heading 1.0 Heading.qml
34View 1.0 View.qml 35View 1.0 View.qml
35AutocompleteLineEdit 1.0 AutocompleteLineEdit.qml 36AutocompleteLineEdit 1.0 AutocompleteLineEdit.qml