forked from qt-creator/qt-creator
QmlJSInspectorAdapter: remove onObjectTreeUpdated()
Change-Id: I716ea2417cea5096abc7d740899c6988fe5dcbd8 Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
This commit is contained in:
@@ -87,7 +87,6 @@ private slots:
|
||||
void selectObjectsFromEditor(const QList<int> &debugIds);
|
||||
void selectObjectsFromToolsClient(const QList<int> &debugIds);
|
||||
void onObjectFetched(const QmlDebug::ObjectReference &ref);
|
||||
void onObjectTreeUpdated();
|
||||
|
||||
void createPreviewForEditor(Core::IEditor *newEditor);
|
||||
void removePreviewForEditor(Core::IEditor *editor);
|
||||
|
||||
Reference in New Issue
Block a user