21class QQmlJSTranslationFunctionMismatchCheck :
public QQmlSA::PropertyPass
24 using QQmlSA::PropertyPass::PropertyPass;
26 void onCall(
const QQmlSA::Element &element,
const QString &propertyName,
27 const QQmlSA::Element &readScope, QQmlSA::SourceLocation location) override;
30 enum TranslationType: quint8 { None, Normal, IdBased };
31 TranslationType m_lastTranslationFunction = None;