Skip to content

Commit 2637b8c

Browse files
committed
Updated qmltypes.
1 parent 6b099a2 commit 2637b8c

File tree

10 files changed

+501
-337
lines changed

10 files changed

+501
-337
lines changed

lib/lveditqmljs/plugintypes/plugintypesfacade.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@ void PluginTypesFacade::extractPluginInfo(
708708
"//\n"
709709
"// This file was auto-generated by:\n"
710710
"// '%1 %2'\n"
711-
"\n").arg("Live CV").arg("1.2"));
711+
"\n").arg("Live CV").arg(QCoreApplication::applicationVersion()));
712712
qml.writeStartObject("Module");
713713

714714
QStringList quotedDependencies;

plugins/editor/qml/plugins.qmltypes

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,48 @@ import QtQuick.tooling 1.2
44
// It is used for QML tooling purposes only.
55
//
66
// This file was auto-generated by:
7-
// 'Live CV 1.2'
7+
// 'Live CV 1.5.0'
88

99
Module {
1010
dependencies: ["QtQuick 2.3"]
11+
Component {
12+
name: "lv::AbstractCodeSerializer"
13+
prototype: "QObject"
14+
exports: [
15+
"editor/AbstractCodeSerializer 1.0",
16+
"editor/QmlObjectCodeSerializer 1.0"
17+
]
18+
exportMetaObjectRevisions: [0, 0]
19+
}
20+
Component {
21+
name: "lv::CodeConverter"
22+
prototype: "QObject"
23+
exports: ["editor/CodeConverter 1.0"]
24+
exportMetaObjectRevisions: [0]
25+
Property { name: "serialize"; type: "AbstractCodeSerializer"; isPointer: true }
26+
Property { name: "type"; type: "QString" }
27+
Property { name: "typeObject"; type: "QString" }
28+
}
29+
Component {
30+
name: "lv::LivePalette"
31+
prototype: "lv::CodeConverter"
32+
exports: ["editor/LivePalette 1.0"]
33+
exportMetaObjectRevisions: [0]
34+
Property { name: "item"; type: "QQuickItem"; isPointer: true }
35+
Property { name: "value"; type: "QVariant" }
36+
Signal {
37+
name: "init"
38+
Parameter { name: "value"; type: "QVariant" }
39+
}
40+
Signal {
41+
name: "codeChanged"
42+
Parameter { name: "value"; type: "QVariant" }
43+
}
44+
}
45+
Component {
46+
name: "lv::NativeValueCodeSerializer"
47+
prototype: "lv::AbstractCodeSerializer"
48+
exports: ["editor/NativeValueCodeSerializer 1.0"]
49+
exportMetaObjectRevisions: [0]
50+
}
1151
}

plugins/lcvcore/plugins.qmltypes

Lines changed: 0 additions & 320 deletions
This file was deleted.

0 commit comments

Comments
 (0)