aboutsummaryrefslogtreecommitdiffstats
path: root/generator/shibokengenerator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'generator/shibokengenerator.cpp')
-rw-r--r--generator/shibokengenerator.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/generator/shibokengenerator.cpp b/generator/shibokengenerator.cpp
index 387a87690..381e99e04 100644
--- a/generator/shibokengenerator.cpp
+++ b/generator/shibokengenerator.cpp
@@ -75,6 +75,8 @@ void ShibokenGenerator::clearTpFuncs()
{
m_tpFuncs["__str__"] = QString("0");
m_tpFuncs["__repr__"] = QString("0");
+ m_tpFuncs["__iter__"] = QString("0");
+ m_tpFuncs["__next__"] = QString("0");
}
void ShibokenGenerator::initPrimitiveTypesCorrespondences()