summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@digia.com>2014-04-25 14:29:13 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-04-25 18:47:57 +0200
commit4af1a5963aa2c96b8926dea2bb79c16ee878755c (patch)
tree766282ddb2dabba7a64d82f90e4e822d419a64c4
parent0db2d18a9b321eb9b42616ee5c2d868f83fac0f6 (diff)
downloadqtenginio-4af1a5963aa2c96b8926dea2bb79c16ee878755c.tar.gz
Update plugin info
Change-Id: Ib50022469aaf9c0d03aae961738ba03f5d8f7fe8 Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@digia.com>
-rw-r--r--src/enginio_plugin/plugins.qmltypes15
1 files changed, 14 insertions, 1 deletions
diff --git a/src/enginio_plugin/plugins.qmltypes b/src/enginio_plugin/plugins.qmltypes
index ab7a8b2..5ad616b 100644
--- a/src/enginio_plugin/plugins.qmltypes
+++ b/src/enginio_plugin/plugins.qmltypes
@@ -10,6 +10,7 @@ Module {
Component {
name: "Enginio"
exports: ["Enginio/Enginio 1.0"]
+ isCreatable: false
exportMetaObjectRevisions: [0]
Enum {
name: "AuthenticationState"
@@ -60,12 +61,14 @@ Module {
name: "EnginioBaseModel"
prototype: "QAbstractListModel"
exports: ["Enginio/EnginioBaseModel 1.0"]
+ isCreatable: false
exportMetaObjectRevisions: [0]
}
Component {
name: "EnginioClientConnection"
prototype: "QObject"
exports: ["Enginio/EnginioClientConnection 1.0"]
+ isCreatable: false
exportMetaObjectRevisions: [0]
Property { name: "backendId"; type: "QByteArray" }
Property { name: "serviceUrl"; type: "QUrl" }
@@ -92,6 +95,7 @@ Module {
name: "EnginioIdentity"
prototype: "QObject"
exports: ["Enginio/EnginioIdentity 1.0"]
+ isCreatable: false
exportMetaObjectRevisions: [0]
Signal { name: "dataChanged" }
Signal { name: "aboutToDestroy" }
@@ -246,6 +250,7 @@ Module {
name: "EnginioQmlReply"
prototype: "EnginioReplyState"
exports: ["Enginio/EnginioReply 1.0"]
+ isCreatable: false
exportMetaObjectRevisions: [0]
Property { name: "data"; type: "QJSValue"; isReadonly: true }
Property { name: "isError"; type: "bool"; isReadonly: true }
@@ -259,6 +264,7 @@ Module {
name: "EnginioReplyState"
prototype: "QObject"
exports: ["Enginio/EnginioReplyState 1.0"]
+ isCreatable: false
exportMetaObjectRevisions: [0]
Property { name: "errorType"; type: "Enginio::ErrorType"; isReadonly: true }
Property { name: "networkError"; type: "QNetworkReply::NetworkError"; isReadonly: true }
@@ -288,6 +294,7 @@ Module {
name: "QNetworkReply"
prototype: "QIODevice"
exports: ["Enginio/QNetworkReply 1.0"]
+ isCreatable: false
exportMetaObjectRevisions: [0]
Enum {
name: "NetworkError"
@@ -314,10 +321,16 @@ Module {
"ContentNotFoundError": 203,
"AuthenticationRequiredError": 204,
"ContentReSendError": 205,
+ "ContentConflictError": 206,
+ "ContentGoneError": 207,
"UnknownContentError": 299,
"ProtocolUnknownError": 301,
"ProtocolInvalidOperationError": 302,
- "ProtocolFailure": 399
+ "ProtocolFailure": 399,
+ "InternalServerError": 401,
+ "OperationNotImplementedError": 402,
+ "ServiceUnavailableError": 403,
+ "UnknownServerError": 499
}
}
Signal { name: "metaDataChanged" }