##// END OF EJS Templates
cleared cached signature hash to avoid dangling pointers...
florianlink -
r203:64a9f70b03c9
parent child
Show More
@@ -282,6 +282,7 void PythonQtMethodInfo::cleanupCachedMethodInfos()
282 while (i.hasNext()) {
282 while (i.hasNext()) {
283 delete i.next().value();
283 delete i.next().value();
284 }
284 }
285 _cachedSignatures.clear();
285 }
286 }
286
287
287 void PythonQtMethodInfo::addParameterTypeAlias(const QByteArray& alias, const QByteArray& name)
288 void PythonQtMethodInfo::addParameterTypeAlias(const QByteArray& alias, const QByteArray& name)
General Comments 0
You need to be logged in to leave comments. Login now