forked from qt-creator/qt-creator
QmlDesigner: Fix clang warning
Change-Id: Ie783b8e32697a286cabbf25b06d06578d62a7340 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
committed by
Thomas Hartmann
parent
61cca902ad
commit
ee2a64d875
@@ -280,7 +280,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 PropertyInfo &)
|
bool processProperty(const QString &name, const Value *value, const QmlJS::PropertyInfo &)
|
||||||
{
|
{
|
||||||
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