aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmllint/checkidentifiers.h
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2020-10-01 14:28:08 +0200
committerUlf Hermann <ulf.hermann@qt.io>2020-10-05 14:58:42 +0200
commit2059c8be904541a31e75c1de9d3b5afa37c6954d (patch)
tree38cf8eb8876f31581c87e506248d5a4610db4a1d /tools/qmllint/checkidentifiers.h
parentd200ccf92017ebc10a4ccdb5d944e1d803b87c1d (diff)
QmlCompiler: Rename metatypes_p.h
Those are specific to QML/JS. Change-Id: I45a5d4eb6c53bd5ca4026e042af83c4afaa4953c Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'tools/qmllint/checkidentifiers.h')
-rw-r--r--tools/qmllint/checkidentifiers.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/qmllint/checkidentifiers.h b/tools/qmllint/checkidentifiers.h
index 93b6a13745..cf5d71e670 100644
--- a/tools/qmllint/checkidentifiers.h
+++ b/tools/qmllint/checkidentifiers.h
@@ -35,7 +35,7 @@
class ColorOutput;
struct SignalHandler {
- MetaMethod signal;
+ QQmlJSMetaMethod signal;
bool isMultiline;
};
@@ -67,7 +67,7 @@ public:
private:
bool checkMemberAccess(const QVector<FieldMember> &members,
const QQmlJSScope::ConstPtr &outerScope,
- const MetaProperty *prop = nullptr) const;
+ const QQmlJSMetaProperty *prop = nullptr) const;
ColorOutput *m_colorOut = nullptr;
QString m_code;