summaryrefslogtreecommitdiff
path: root/src/designer/src/lib/shared/qdesigner_propertyeditor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/designer/src/lib/shared/qdesigner_propertyeditor.cpp')
-rw-r--r--src/designer/src/lib/shared/qdesigner_propertyeditor.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/designer/src/lib/shared/qdesigner_propertyeditor.cpp b/src/designer/src/lib/shared/qdesigner_propertyeditor.cpp
index e3806ba96..c226ebae0 100644
--- a/src/designer/src/lib/shared/qdesigner_propertyeditor.cpp
+++ b/src/designer/src/lib/shared/qdesigner_propertyeditor.cpp
@@ -82,8 +82,7 @@ static const PropertyNameTypeMap &stringPropertyTypes()
}
QDesignerPropertyEditor::QDesignerPropertyEditor(QWidget *parent, Qt::WindowFlags flags) :
- QDesignerPropertyEditorInterface(parent, flags),
- m_propertyChangedForwardingBlocked(false)
+ QDesignerPropertyEditorInterface(parent, flags)
{
// Make old signal work for compatibility
connect(this, &QDesignerPropertyEditorInterface::propertyChanged,