forked from qt-creator/qt-creator
Moved debug id -> AST mapping code to livepreview class
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user