Skip to content

Commit bad5689

Browse files
committed
[gui] fix compile with rc (c++20)
1 parent 8f6ba0e commit bad5689

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sandbox/Gui/MainWindow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ void MainWindow::createConnections() {
236236
connect( m_showHideAllButton, &QPushButton::clicked, this, &MainWindow::showHideAllRO );
237237

238238
// Renderer stuff
239-
connect( m_currentRendererCombo, &QComboBox::currentTextChanged, [=]( const QString& ) {
239+
connect( m_currentRendererCombo, &QComboBox::currentTextChanged, [this]( const QString& ) {
240240
this->onCurrentRenderChangedInUI();
241241
} );
242242

0 commit comments

Comments
 (0)