summaryrefslogtreecommitdiff
path: root/qface/builtin/qtqml/templates/private_qmldir
diff options
context:
space:
mode:
authorJuergen Bocklage-Ryannel <juergen.bocklage-ryannel@pelagicore.com>2017-01-30 15:09:10 +0100
committerJuergen Bocklage-Ryannel <juergen.bocklage-ryannel@pelagicore.com>2017-01-30 15:09:10 +0100
commit562795e69bcff688a3fc28378b01c62d5739123e (patch)
treefd6dfd02b40092713cba2138fee13b85af89976d /qface/builtin/qtqml/templates/private_qmldir
parent97a940fdae7551a390e406e897253877fbd83ee3 (diff)
downloadqtivi-qface-562795e69bcff688a3fc28378b01c62d5739123e.tar.gz
removed the viewmodel aspects of the qtqml generator. Still readonly properties are not supported yet. - later
Diffstat (limited to 'qface/builtin/qtqml/templates/private_qmldir')
-rw-r--r--qface/builtin/qtqml/templates/private_qmldir1
1 files changed, 0 insertions, 1 deletions
diff --git a/qface/builtin/qtqml/templates/private_qmldir b/qface/builtin/qtqml/templates/private_qmldir
index 5cd42a6..152af67 100644
--- a/qface/builtin/qtqml/templates/private_qmldir
+++ b/qface/builtin/qtqml/templates/private_qmldir
@@ -1,5 +1,4 @@
{{module_name}}Module 1.0 {{module_name}}Module.js
{% for interface in module.interfaces %}
Abstract{{interface}} 1.0 Abstract{{interface}}.qml
-{{interface}}Provider 1.0 {{interface}}Provider.qml
{% endfor %}