Moved debug id -> AST mapping code to livepreview class

This commit is contained in:
Lasse Holmstedt
2010-07-14 17:38:04 +02:00
parent f8fc908460
commit 20902cf189
4 changed files with 72 additions and 68 deletions

View File

@@ -50,6 +50,7 @@ private slots:
void changeSelectedElements(QList<int> offsets, const QString &wordAtCursor);
void documentChanged(QmlJS::Document::Ptr doc);
void setEditor(Core::IEditor *editor);
void updateDebugIds(const QDeclarativeDebugObjectReference &rootReference);
private:
QList<QDeclarativeDebugObjectReference > objectReferencesForOffset(quint32 offset) const;