aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmldesigner/components/richtexteditor/richtexteditorproxy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/qmldesigner/components/richtexteditor/richtexteditorproxy.cpp')
-rw-r--r--src/plugins/qmldesigner/components/richtexteditor/richtexteditorproxy.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/qmldesigner/components/richtexteditor/richtexteditorproxy.cpp b/src/plugins/qmldesigner/components/richtexteditor/richtexteditorproxy.cpp
index 8f2918d86c..185a406005 100644
--- a/src/plugins/qmldesigner/components/richtexteditor/richtexteditorproxy.cpp
+++ b/src/plugins/qmldesigner/components/richtexteditor/richtexteditorproxy.cpp
@@ -34,8 +34,8 @@ RichTextEditorProxy::RichTextEditorProxy(QObject *parent)
m_dialog->setLayout(layout);
- connect(m_dialog, &QDialog::accepted, [this]() { emit accepted(); });
- connect(m_dialog, &QDialog::rejected, [this]() { emit rejected(); });
+ connect(m_dialog, &QDialog::accepted, [this] { emit accepted(); });
+ connect(m_dialog, &QDialog::rejected, [this] { emit rejected(); });
}
RichTextEditorProxy::~RichTextEditorProxy()