forked from qt-creator/qt-creator
debugger: incorporate ogoffart's first shot at qml debugging
This commit is contained in:
@@ -176,6 +176,8 @@ public:
|
||||
|
||||
void addTypeFormats(const QString &type, const QStringList &formats);
|
||||
|
||||
QByteArray watcherName(const QByteArray &exp);
|
||||
|
||||
private:
|
||||
friend class WatchModel;
|
||||
|
||||
@@ -194,7 +196,6 @@ private:
|
||||
EditHandlers m_editHandlers;
|
||||
|
||||
QHash<QByteArray, int> m_watcherNames;
|
||||
QByteArray watcherName(const QByteArray &exp);
|
||||
QHash<QString, int> m_typeFormats;
|
||||
QHash<QByteArray, int> m_individualFormats; // Indexed by iname.
|
||||
QHash<QString, QStringList> m_reportedTypeFormats;
|
||||
|
||||
Reference in New Issue
Block a user