aboutsummaryrefslogtreecommitdiffstats
path: root/qface/builtin/qtqml/templates/Interface.qml
blob: f4ebf703909c21698aebd0db6ec8e3e4a33b1053 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{% include 'copyright.h' %}


/*
 * This is a preserved file.
 * Changes will not be overriden by the generator.
 * To reset the file you need to delete it first.
 */

{% if 'singleton' in interface.tags %}
pragma Singleton
{% endif %}

import QtQml 2.2

import "private"

Abstract{{interface}} {
    id: root
}