QmlDesigner: Fix clang warning

Change-Id: Ie783b8e32697a286cabbf25b06d06578d62a7340
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
Thomas Hartmann
2015-02-18 13:57:40 +01:00
committed by Thomas Hartmann
parent 61cca902ad
commit ee2a64d875

View File

@@ -280,7 +280,7 @@ class PropertyMemberProcessor : public MemberProcessor
public:
PropertyMemberProcessor(const ContextPtr &context) : m_context(context)
{}
bool processProperty(const QString &name, const Value *value, const PropertyInfo &)
bool processProperty(const QString &name, const Value *value, const QmlJS::PropertyInfo &)
{
PropertyName propertyName = name.toUtf8();
const ASTPropertyReference *ref = value_cast<ASTPropertyReference>(value);