aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/perfprofiler/perfsettings.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/perfprofiler/perfsettings.cpp')
-rw-r--r--src/plugins/perfprofiler/perfsettings.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/perfprofiler/perfsettings.cpp b/src/plugins/perfprofiler/perfsettings.cpp
index 456f8909a9..3918e8969a 100644
--- a/src/plugins/perfprofiler/perfsettings.cpp
+++ b/src/plugins/perfprofiler/perfsettings.cpp
@@ -93,7 +93,7 @@ PerfConfigWidget::PerfConfigWidget(PerfSettings *settings, Target *target)
this, &PerfConfigWidget::readTracePoints);
auto addEventButton = new QPushButton(Tr::tr("Add Event"), this);
- connect(addEventButton, &QPushButton::pressed, this, [this]() {
+ connect(addEventButton, &QPushButton::pressed, this, [this] {
auto model = eventsView->model();
model->insertRow(model->rowCount());
});