aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/debugger/qqmlenginedebugservice_p.h
diff options
context:
space:
mode:
authorAurindam Jana <aurindam.jana@nokia.com>2012-05-10 09:21:26 +0200
committerQt by Nokia <qt-info@nokia.com>2012-05-12 11:00:34 +0200
commit6f9b3893c8c7bc0b6663acb34c17c120852ef7b7 (patch)
treef992993047106aead5d5228fb490120df7da490d /src/qml/debugger/qqmlenginedebugservice_p.h
parent36d6307dd19d34354fb1ada7b6e5883977d43db8 (diff)
QQmlDebugService: Fetch Objects for location info
Fetch Objects for given filename, line number and column number. Change-Id: I9a81e4c7fa75faaf87f02453026c5320b7f86003 Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
Diffstat (limited to 'src/qml/debugger/qqmlenginedebugservice_p.h')
-rw-r--r--src/qml/debugger/qqmlenginedebugservice_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qml/debugger/qqmlenginedebugservice_p.h b/src/qml/debugger/qqmlenginedebugservice_p.h
index 3b855cb602..7ece25be1b 100644
--- a/src/qml/debugger/qqmlenginedebugservice_p.h
+++ b/src/qml/debugger/qqmlenginedebugservice_p.h
@@ -123,6 +123,7 @@ private:
bool setBinding(int objectId, const QString &propertyName, const QVariant &expression, bool isLiteralValue, QString filename = QString(), int line = -1, int column = 0);
bool resetBinding(int objectId, const QString &propertyName);
bool setMethodBody(int objectId, const QString &method, const QString &body);
+ void storeObjectIds(QObject *co);
QList<QQmlEngine *> m_engines;
QQmlWatcher *m_watch;