|
@@ -4,14 +4,14 @@ import QtQuick.tooling 1.2
|
|
|
// It is used for QML tooling purposes only.
|
|
|
//
|
|
|
// This file was auto-generated by:
|
|
|
-// 'qmlplugindump gfa.plugins.qml 1.0'
|
|
|
+// 'qmlplugindump -nonrelocatable gfa.plugins.qml 1.0'
|
|
|
|
|
|
Module {
|
|
|
dependencies: ["QtQuick 2.7"]
|
|
|
Component {
|
|
|
name: "SqlDatabase"
|
|
|
prototype: "QObject"
|
|
|
- exports: ["SqlDatabase 1.0"]
|
|
|
+ exports: ["gfa.plugins.qml/SqlDatabase 1.0"]
|
|
|
exportMetaObjectRevisions: [0]
|
|
|
Property { name: "hostName"; type: "string" }
|
|
|
Property { name: "databaseName"; type: "string" }
|
|
@@ -35,7 +35,7 @@ Module {
|
|
|
Component {
|
|
|
name: "SqlQuery"
|
|
|
prototype: "QObject"
|
|
|
- exports: ["SqlQuery 1.0"]
|
|
|
+ exports: ["gfa.plugins.qml/SqlQuery 1.0"]
|
|
|
isCreatable: false
|
|
|
exportMetaObjectRevisions: [0]
|
|
|
Method { name: "next"; type: "bool" }
|