Skip to content

Commit

Permalink
qml: update plugins.qmltypes
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-bin committed Aug 31, 2015
1 parent 9126e2c commit d9c90dc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion qml/plugins.qmltypes
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import QtQuick.tooling 1.1
import QtQuick.tooling 1.2

// This file describes the plugin-supplied types contained in the library.
// It is used for QML tooling purposes only.
Expand All @@ -7,6 +7,7 @@ import QtQuick.tooling 1.1
// 'qmlplugindump -nonrelocatable QtAV 1.6'

Module {
dependencies: ["QtQuick 2.0"]
Component {
name: "MediaMetaData"
prototype: "QObject"
Expand Down Expand Up @@ -353,6 +354,9 @@ Module {
Property { name: "autoLoad"; type: "bool" }
Property { name: "file"; type: "string" }
Property { name: "text"; type: "string"; isReadonly: true }
Property { name: "fontFile"; type: "string" }
Property { name: "fontsDir"; type: "string" }
Property { name: "fontFileForced"; type: "bool" }
Signal {
name: "loaded"
Parameter { name: "path"; type: "string" }
Expand Down

0 comments on commit d9c90dc

Please sign in to comment.