forked from qt-creator/qt-creator
QmlDesigner: Fix build
Change-Id: I3d46dce18c5c172499931e3bb8c647de674358f9 Reviewed-by: Marco Bubke <marco.bubke@qt.io>
This commit is contained in:
@@ -1036,7 +1036,7 @@ QVariant ModelNode::toVariant() const
|
|||||||
return QVariant::fromValue(*this);
|
return QVariant::fromValue(*this);
|
||||||
}
|
}
|
||||||
|
|
||||||
const QVariant ModelNode::auxiliaryData(const PropertyName &name) const
|
QVariant ModelNode::auxiliaryData(const PropertyName &name) const
|
||||||
{
|
{
|
||||||
if (!isValid())
|
if (!isValid())
|
||||||
throw InvalidModelNodeException(__LINE__, __FUNCTION__, __FILE__);
|
throw InvalidModelNodeException(__LINE__, __FUNCTION__, __FILE__);
|
||||||
|
Reference in New Issue
Block a user