aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2/ApiExtractor/messages.h
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2020-09-23 07:37:12 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2020-09-23 14:06:46 +0200
commita8b52c80ac54602001b3988ea5f37805c6fe4eb2 (patch)
treee60fb37afd0c6dfb0c184a9d9ab81132ce7ca69d /sources/shiboken2/ApiExtractor/messages.h
parent8526bf4f922df87a0c51d9447bf498a3290dfdbf (diff)
shiboken2: Add a way of specifying properties in typesystem XML
Add a list of TypeSystemProperty to ComplexTypeEntry, parse it from XML and add those properties in AbstractMetaBuilderPrivate::parseQ_Properties(). Task-number: PYSIDE-1019 Change-Id: Idf6ecde7c9de6bf1e56be423921672152e97de70 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'sources/shiboken2/ApiExtractor/messages.h')
-rw-r--r--sources/shiboken2/ApiExtractor/messages.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/shiboken2/ApiExtractor/messages.h b/sources/shiboken2/ApiExtractor/messages.h
index 191985d3e..3f1a8650b 100644
--- a/sources/shiboken2/ApiExtractor/messages.h
+++ b/sources/shiboken2/ApiExtractor/messages.h
@@ -129,6 +129,7 @@ QString msgNamespaceToBeExtendedNotFound(const QString &namespaceName, const QSt
QString msgPropertyTypeParsingFailed(const QString &name, const QString &typeName,
const QString &why);
+QString msgPropertyExists(const QString &className, const QString &name);
QString msgCannotFindDocumentation(const QString &fileName,
const char *what, const QString &name,