aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2/generator/shiboken2
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2017-12-21 15:42:34 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2017-12-21 15:43:12 +0100
commitb1b1ffcdff68f8e2c46608a3f3b10607c97d5dd1 (patch)
treef619fe4c7c9bde56ce167c08cfa1555fef2e5dd6 /sources/shiboken2/generator/shiboken2
parentdbfdd3499f234bf39c358b71f2f001fad51961e8 (diff)
parentcd1037060e0cbc263e601fb67fbd40d85c8801a1 (diff)
Merge remote-tracking branch 'origin/5.6' into 5.9
Diffstat (limited to 'sources/shiboken2/generator/shiboken2')
-rw-r--r--sources/shiboken2/generator/shiboken2/cppgenerator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/shiboken2/generator/shiboken2/cppgenerator.cpp b/sources/shiboken2/generator/shiboken2/cppgenerator.cpp
index 0a07964a5..e9d801044 100644
--- a/sources/shiboken2/generator/shiboken2/cppgenerator.cpp
+++ b/sources/shiboken2/generator/shiboken2/cppgenerator.cpp
@@ -456,7 +456,7 @@ void CppGenerator::generateClass(QTextStream &s, GeneratorContext &classContext)
if (metaClass->typeEntry()->isValue() || metaClass->typeEntry()->isSmartPointer()) {
writeCopyFunction(s, classContext);
- signatureStream << INDENT << metaClass->fullName() << ".__copy__()" << endl;
+ signatureStream << metaClass->fullName() << ".__copy__()" << endl;
}
// Write single method definitions