forked from qt-creator/qt-creator
QmlJS: Remove unused methods from Context
Change-Id: I1e4a013ee11f9747d6936c15bf81e971ca4e4f23 Reviewed-on: http://codereview.qt.nokia.com/1040 Reviewed-by: Fawzi Mohamed <fawzi.mohamed@nokia.com>
This commit is contained in:
@@ -337,9 +337,6 @@ public:
|
||||
const ObjectValue *lookupType(const Document *doc, const QStringList &qmlTypeName) const;
|
||||
const Value *lookupReference(const Value *value) const;
|
||||
|
||||
const Value *property(const ObjectValue *object, const QString &name) const;
|
||||
void setProperty(const ObjectValue *object, const QString &name, const Value *value);
|
||||
|
||||
QString defaultPropertyName(const ObjectValue *object) const;
|
||||
|
||||
private:
|
||||
@@ -347,7 +344,6 @@ private:
|
||||
|
||||
Snapshot _snapshot;
|
||||
QSharedPointer<ValueOwner> _valueOwner;
|
||||
QHash<const ObjectValue *, Properties> _properties;
|
||||
QHash<const Document *, QSharedPointer<const Imports> > _imports;
|
||||
ScopeChain _scopeChain;
|
||||
int _qmlScopeObjectIndex;
|
||||
|
Reference in New Issue
Block a user