Skip to content

Commit

Permalink
Use this explicitly in lambda capture.
Browse files Browse the repository at this point in the history
  • Loading branch information
przemek83 committed Jan 9, 2025
1 parent b0351e7 commit 60b9ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GroupPlotUI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ QSplitter* GroupPlotUI::setupSplitter()
{
auto* splitter{new QSplitter(Qt::Horizontal, this)};
connect(splitter, &QSplitter::splitterMoved, this,
[=]([[maybe_unused]] int pos, [[maybe_unused]] int index)
[this]([[maybe_unused]] int pos, [[maybe_unused]] int index)
{
QApplication::processEvents();
updateQuantilesPlotExtent();
Expand Down

0 comments on commit 60b9ac4

Please sign in to comment.