Enable lazy lookup.

This commit is contained in:
Roberto Raggi
2010-05-05 14:07:10 +02:00
parent e821be344d
commit b84db9ba88
3 changed files with 8 additions and 10 deletions

View File

@@ -92,7 +92,6 @@ private:
QHash<QByteArray, ClassOrNamespace *> _classOrNamespaces;
QList<Enum *> _enums;
QList<Symbol *> _todo;
bool _flushing;
friend class CreateBindings;
};