aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmldom/qqmldomitem_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmldom/qqmldomitem_p.h')
-rw-r--r--src/qmldom/qqmldomitem_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qmldom/qqmldomitem_p.h b/src/qmldom/qqmldomitem_p.h
index bf2e42be52..c3720d74ea 100644
--- a/src/qmldom/qqmldomitem_p.h
+++ b/src/qmldom/qqmldomitem_p.h
@@ -1342,6 +1342,7 @@ private:
QDateTime m_lastDataUpdateAt;
QDateTime m_frozenAt;
QMultiMap<Path, ErrorMessage> m_errors;
+ QMap<ErrorMessage, quint32> m_errorsCounts;
};
template<typename T>