aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/ApiExtractor/typesystem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sources/shiboken6/ApiExtractor/typesystem.cpp')
-rw-r--r--sources/shiboken6/ApiExtractor/typesystem.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/sources/shiboken6/ApiExtractor/typesystem.cpp b/sources/shiboken6/ApiExtractor/typesystem.cpp
index 0c84cc980..92f2b38ae 100644
--- a/sources/shiboken6/ApiExtractor/typesystem.cpp
+++ b/sources/shiboken6/ApiExtractor/typesystem.cpp
@@ -632,6 +632,8 @@ QDebug operator<<(QDebug d, const AddedFunction &af)
d << af.returnType() << ' ' << af.name() << '(' << af.arguments() << ')';
if (af.isConstant())
d << " const";
+ if (af.isDeclaration())
+ d << " [declaration]";
return d;
}
#endif // !QT_NO_DEBUG_STREAM