summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/watchwindow.h
diff options
context:
space:
mode:
authorAurindam Jana <aurindam.jana@digia.com>2012-11-23 13:35:44 +0100
committerhjk <qthjk@ovi.com>2012-11-26 15:04:56 +0100
commit46101b0bb27f8dea7ab559d15aa12ea0c3b28b5c (patch)
tree44fe2f0cf0049be49e7345021af8c40f99d3d9d4 /src/plugins/debugger/watchwindow.h
parent62b20005dd399141d40d4bda030ab6d0e61aa65c (diff)
downloadqt-creator-46101b0bb27f8dea7ab559d15aa12ea0c3b28b5c.tar.gz
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>
Diffstat (limited to 'src/plugins/debugger/watchwindow.h')
-rw-r--r--src/plugins/debugger/watchwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/debugger/watchwindow.h b/src/plugins/debugger/watchwindow.h
index 72912cd280..043e240fcc 100644
--- a/src/plugins/debugger/watchwindow.h
+++ b/src/plugins/debugger/watchwindow.h
@@ -51,6 +51,7 @@ public:
explicit WatchTreeView(Type type, QWidget *parent = 0);
Type type() const { return m_type; }
void setModel(QAbstractItemModel *model);
+ void rowClicked(const QModelIndex &index);
void reset();
public slots: