QmlDesigner: Adding override

Change-Id: I4c0443a212de2b82087295405317d6bce1c0f3eb
Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
This commit is contained in:
Thomas Hartmann
2015-07-08 12:15:58 +02:00
committed by Thomas Hartmann
parent 2b0ffa3448
commit 473c7d65d1

View File

@@ -281,7 +281,7 @@ class PropertyMemberProcessor : public MemberProcessor
public:
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();
const ASTPropertyReference *ref = value_cast<ASTPropertyReference>(value);