diff options
Diffstat (limited to 'src/plugins/debugger/qml/qmlinspectoragent.h')
-rw-r--r-- | src/plugins/debugger/qml/qmlinspectoragent.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/debugger/qml/qmlinspectoragent.h b/src/plugins/debugger/qml/qmlinspectoragent.h index f8ed4e131e..626ab4c723 100644 --- a/src/plugins/debugger/qml/qmlinspectoragent.h +++ b/src/plugins/debugger/qml/qmlinspectoragent.h @@ -86,7 +86,7 @@ private: void buildDebugIdHashRecursive(const QmlDebug::ObjectReference &ref); void addWatchData(const QmlDebug::ObjectReference &obj, - const QByteArray &parentIname, bool append); + const QString &parentIname, bool append); enum LogDirection { LogSend, @@ -130,7 +130,7 @@ private: QList<quint32> m_objectTreeQueryIds; QStack<QmlDebug::ObjectReference> m_objectStack; QmlDebug::EngineReference m_engine; - QHash<int, QByteArray> m_debugIdToIname; + QHash<int, QString> m_debugIdToIname; QHash<int, QmlDebug::FileReference> m_debugIdLocations; DebugIdHash m_debugIdHash; |