Capture pointer by value

This commit is contained in:
Chocobo1 2020-03-07 10:06:35 +08:00 committed by sledgehammer999
commit 56183ff5d9
No known key found for this signature in database
GPG key ID: 6E4A2D025B7CC9A2

View file

@ -640,7 +640,7 @@ void PropertiesWidget::displayFilesListMenu(const QPoint &)
// The selected torrent might have disappeared during exec() // The selected torrent might have disappeared during exec()
// so we just close menu when an appropriate model is reset // so we just close menu when an appropriate model is reset
connect(m_ui->filesList->model(), &QAbstractItemModel::modelAboutToBeReset connect(m_ui->filesList->model(), &QAbstractItemModel::modelAboutToBeReset
, menu, [&menu]() , menu, [menu]()
{ {
menu->setActiveAction(nullptr); menu->setActiveAction(nullptr);
menu->close(); menu->close();