From 02d982dc8d2250fc992a16eba24e6316018c8428 Mon Sep 17 00:00:00 2001 From: Tim Jenssen Date: Thu, 25 Jun 2020 12:13:27 +0200 Subject: [PATCH] qmldesigner: remove unreferenced variable Change-Id: Id76291e2621744a91ae4eb78d3941086ee7facd7 Reviewed-by: Thomas Hartmann --- .../qmldesigner/components/propertyeditor/propertyeditorview.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/qmldesigner/components/propertyeditor/propertyeditorview.cpp b/src/plugins/qmldesigner/components/propertyeditor/propertyeditorview.cpp index 61c40b95606..742e8b344a2 100644 --- a/src/plugins/qmldesigner/components/propertyeditor/propertyeditorview.cpp +++ b/src/plugins/qmldesigner/components/propertyeditor/propertyeditorview.cpp @@ -212,7 +212,6 @@ void PropertyEditorView::changeValue(const QString &name) } } - bool forceReset = false; if (name == "state" && castedValue.toString() == "base state") castedValue = "";