forked from qt-creator/qt-creator
Inspector: Update Editor on object selection
When an object is selected in the Inspector, the Editor is updated to show the relevant code. Task-number: QTCREATORBUG-8246 Change-Id: I4f7fbcccdeb22849682fa72c63e87a78f48d185b Reviewed-by: hjk <qthjk@ovi.com> Reviewed-by: Christiaan Janssen <christiaan.janssen@digia.com>
This commit is contained in:
@@ -97,6 +97,7 @@ private slots:
|
||||
void onReload();
|
||||
void onReloaded();
|
||||
void onDestroyedObject(int);
|
||||
void jumpToObjectDefinitionInEditor(const QmlDebug::FileReference &objSource);
|
||||
|
||||
private:
|
||||
void setActiveEngineClient(QmlDebug::BaseEngineDebugClient *client);
|
||||
@@ -104,8 +105,6 @@ private:
|
||||
void initializePreviews();
|
||||
void showConnectionStatusMessage(const QString &message);
|
||||
|
||||
void gotoObjectReferenceDefinition(const QmlDebug::FileReference &objSource);
|
||||
|
||||
enum SelectionTarget { NoTarget, ToolTarget, EditorTarget };
|
||||
void selectObject(
|
||||
const QmlDebug::ObjectReference &objectReference,
|
||||
|
||||
Reference in New Issue
Block a user