aboutsummaryrefslogtreecommitdiffstats
path: root/cppgenerator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cppgenerator.cpp')
-rw-r--r--cppgenerator.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cppgenerator.cpp b/cppgenerator.cpp
index 21994fa9d..de2be43ca 100644
--- a/cppgenerator.cpp
+++ b/cppgenerator.cpp
@@ -464,6 +464,7 @@ void CppGenerator::writeVirtualMethodNative(QTextStream &s, const AbstractMetaFu
|| arg->type()->isValuePointer()
|| arg->type()->isFlags()
|| arg->type()->isEnum()
+ || arg->type()->isContainer()
|| arg->type()->isReference()
|| (arg->type()->isPrimitive()
&& !m_formatUnits.contains(arg->type()->typeEntry()->name()));