aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmldesigner/components/connectioneditor/propertytreemodel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/qmldesigner/components/connectioneditor/propertytreemodel.cpp')
-rw-r--r--src/plugins/qmldesigner/components/connectioneditor/propertytreemodel.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/qmldesigner/components/connectioneditor/propertytreemodel.cpp b/src/plugins/qmldesigner/components/connectioneditor/propertytreemodel.cpp
index 3ae89a3185..2b1f53243a 100644
--- a/src/plugins/qmldesigner/components/connectioneditor/propertytreemodel.cpp
+++ b/src/plugins/qmldesigner/components/connectioneditor/propertytreemodel.cpp
@@ -888,10 +888,10 @@ QString PropertyListProxyModel::parentName() const
PropertyTreeModelDelegate::PropertyTreeModelDelegate(ConnectionView *parent) : m_model(parent)
{
- connect(&m_nameCombboBox, &StudioQmlComboBoxBackend::activated, this, [this]() {
+ connect(&m_nameCombboBox, &StudioQmlComboBoxBackend::activated, this, [this] {
handleNameChanged();
});
- connect(&m_idCombboBox, &StudioQmlComboBoxBackend::activated, this, [this]() {
+ connect(&m_idCombboBox, &StudioQmlComboBoxBackend::activated, this, [this] {
handleIdChanged();
});