forked from qt-creator/qt-creator
QmlDesigner: Adding override
Change-Id: I4c0443a212de2b82087295405317d6bce1c0f3eb Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
This commit is contained in:
committed by
Thomas Hartmann
parent
2b0ffa3448
commit
473c7d65d1
@@ -281,7 +281,7 @@ class PropertyMemberProcessor : public MemberProcessor
|
|||||||
public:
|
public:
|
||||||
PropertyMemberProcessor(const ContextPtr &context) : m_context(context)
|
PropertyMemberProcessor(const ContextPtr &context) : m_context(context)
|
||||||
{}
|
{}
|
||||||
bool processProperty(const QString &name, const Value *value, const QmlJS::PropertyInfo &)
|
bool processProperty(const QString &name, const Value *value, const QmlJS::PropertyInfo &) override
|
||||||
{
|
{
|
||||||
PropertyName propertyName = name.toUtf8();
|
PropertyName propertyName = name.toUtf8();
|
||||||
const ASTPropertyReference *ref = value_cast<ASTPropertyReference>(value);
|
const ASTPropertyReference *ref = value_cast<ASTPropertyReference>(value);
|
||||||
|
Reference in New Issue
Block a user