diff options
author | Bea Lam <bea.lam@nokia.com> | 2009-11-04 04:30:21 (GMT) |
---|---|---|
committer | Bea Lam <bea.lam@nokia.com> | 2009-11-04 04:30:21 (GMT) |
commit | 7a249a72f118f5adacc7ca3af498ac6434dc8c65 (patch) | |
tree | 278c1d71f58e5235fc52b8c4160998682dd5bc9e /tools/qmldebugger/standalone/objecttree.h | |
parent | e0688cfd4d9a31d53b456d0c211ab39565305064 (diff) | |
download | Qt-7a249a72f118f5adacc7ca3af498ac6434dc8c65.zip Qt-7a249a72f118f5adacc7ca3af498ac6434dc8c65.tar.gz Qt-7a249a72f118f5adacc7ca3af498ac6434dc8c65.tar.bz2 |
Show source file and line of an object in the text editor when it
is double clicked in the object tree.
Diffstat (limited to 'tools/qmldebugger/standalone/objecttree.h')
-rw-r--r-- | tools/qmldebugger/standalone/objecttree.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/qmldebugger/standalone/objecttree.h b/tools/qmldebugger/standalone/objecttree.h index f7b3a3f..c8d625c 100644 --- a/tools/qmldebugger/standalone/objecttree.h +++ b/tools/qmldebugger/standalone/objecttree.h @@ -64,6 +64,7 @@ public: signals: void currentObjectChanged(const QmlDebugObjectReference &); + void activated(const QmlDebugObjectReference &); void expressionWatchRequested(const QmlDebugObjectReference &, const QString &); public slots: @@ -76,6 +77,7 @@ protected: private slots: void objectFetched(); void currentItemChanged(QTreeWidgetItem *); + void activated(QTreeWidgetItem *); private: QTreeWidgetItem *findItemByObjectId(int debugId) const; |