aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/debugger/qqmldebugservice_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/debugger/qqmldebugservice_p.h')
-rw-r--r--src/qml/debugger/qqmldebugservice_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qml/debugger/qqmldebugservice_p.h b/src/qml/debugger/qqmldebugservice_p.h
index 6e99f93e03..4a0b52e429 100644
--- a/src/qml/debugger/qqmldebugservice_p.h
+++ b/src/qml/debugger/qqmldebugservice_p.h
@@ -87,6 +87,7 @@ public:
static QObject *objectForId(int);
static QList<QObject*> objectForLocationInfo(const QString &filename,
int lineNumber, int columnNumber);
+ static void removeInvalidObjectsFromHash();
static QString objectToString(QObject *obj);