aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/generator/shiboken/pytypenames.h
diff options
context:
space:
mode:
Diffstat (limited to 'sources/shiboken6/generator/shiboken/pytypenames.h')
-rw-r--r--sources/shiboken6/generator/shiboken/pytypenames.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sources/shiboken6/generator/shiboken/pytypenames.h b/sources/shiboken6/generator/shiboken/pytypenames.h
index 7dd5f8aee..779f67f2f 100644
--- a/sources/shiboken6/generator/shiboken/pytypenames.h
+++ b/sources/shiboken6/generator/shiboken/pytypenames.h
@@ -44,6 +44,9 @@ static inline QString cPyObjectT() { return QStringLiteral("PyObject"); }
static inline QString cPySequenceT() { return QStringLiteral("PySequence"); }
static inline QString cPyTypeObjectT() { return QStringLiteral("PyTypeObject"); }
+// numpy
+static inline QString cPyArrayObjectT() { return QStringLiteral("PyArrayObject"); }
+
static inline QString sbkCharT() { return QStringLiteral("SbkChar"); }
#endif // PYTYPENAMES_H