summaryrefslogtreecommitdiffstats
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.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/designer/src/lib/shared/qdesigner_propertyeditor.cpp b/src/designer/src/lib/shared/qdesigner_propertyeditor.cpp
index e3806ba96..3a26553fd 100644
--- a/src/designer/src/lib/shared/qdesigner_propertyeditor.cpp
+++ b/src/designer/src/lib/shared/qdesigner_propertyeditor.cpp
@@ -41,9 +41,9 @@
QT_BEGIN_NAMESPACE
namespace qdesigner_internal {
-typedef QDesignerPropertyEditor::StringPropertyParameters StringPropertyParameters;
+using StringPropertyParameters = QDesignerPropertyEditor::StringPropertyParameters;
// A map of property name to type
-typedef QHash<QString, StringPropertyParameters> PropertyNameTypeMap;
+using PropertyNameTypeMap = QHash<QString, StringPropertyParameters>;
// Compile a map of hard-coded string property types
static const PropertyNameTypeMap &stringPropertyTypes()
@@ -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,