Refactored the QML/JS completer

This commit is contained in:
Roberto Raggi
2010-01-24 14:27:20 +01:00
parent 659b2a7ee3
commit feab07de81
3 changed files with 71 additions and 30 deletions

View File

@@ -502,7 +502,6 @@ private:
BooleanValue _booleanValue;
StringValue _stringValue;
QList<ObjectValue *> _objects;
QHash<QString, const ObjectValue *> _qmlObjects;
ConvertToNumber _convertToNumber;
ConvertToString _convertToString;