aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmldom/qqmldomelements_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmldom/qqmldomelements_p.h')
-rw-r--r--src/qmldom/qqmldomelements_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qmldom/qqmldomelements_p.h b/src/qmldom/qqmldomelements_p.h
index c667da93a5..c6781c6ab8 100644
--- a/src/qmldom/qqmldomelements_p.h
+++ b/src/qmldom/qqmldomelements_p.h
@@ -467,6 +467,7 @@ public:
QMutexLocker l(mutex());
return m_engine;
}
+ QStringView loc2Str(SourceLocation) const;
std::shared_ptr<AstComments> astComments() const { return m_astComments; }
void writeOut(const DomItem &self, OutWriter &lw) const override;
SourceLocation globalLocation(const DomItem &self) const;