From 4af1a5963aa2c96b8926dea2bb79c16ee878755c Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn Date: Fri, 25 Apr 2014 14:29:13 +0200 Subject: Update plugin info MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ib50022469aaf9c0d03aae961738ba03f5d8f7fe8 Reviewed-by: Jędrzej Nowacki --- src/enginio_plugin/plugins.qmltypes | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'src') 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" } -- cgit v1.2.3