forked from qt-creator/qt-creator
qmldesigner: remove unreferenced variable
Change-Id: Id76291e2621744a91ae4eb78d3941086ee7facd7 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
@@ -212,7 +212,6 @@ void PropertyEditorView::changeValue(const QString &name)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
bool forceReset = false;
|
|
||||||
if (name == "state" && castedValue.toString() == "base state")
|
if (name == "state" && castedValue.toString() == "base state")
|
||||||
castedValue = "";
|
castedValue = "";
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user