Remove useless capture

This commit is contained in:
Nicolas Werner 2021-06-11 21:25:06 +02:00
parent 4a6e62d1ee
commit 1d80f5d0b4
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
1 changed files with 10 additions and 11 deletions

View File

@ -396,8 +396,7 @@ TimelineViewManager::openImageOverlayInternal(QString eventId, QImage img)
imgDialog->showFullScreen(); imgDialog->showFullScreen();
auto room = rooms_->currentRoom(); auto room = rooms_->currentRoom();
connect( connect(imgDialog, &dialogs::ImageOverlay::saving, room, [eventId, imgDialog, room]() {
imgDialog, &dialogs::ImageOverlay::saving, room, [this, eventId, imgDialog, room]() {
// hide the overlay while presenting the save dialog for better // hide the overlay while presenting the save dialog for better
// cross platform support. // cross platform support.
imgDialog->hide(); imgDialog->hide();