Merge pull request #6858 from lioncash/capture

DolphinQt2: Resolve unused lambda capture warnings
This commit is contained in:
spycrab 2018-05-14 16:47:55 +02:00 committed by GitHub
commit ca5dc25694
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 6 deletions

View file

@ -189,7 +189,7 @@ void FilesystemWidget::ShowContextMenu(const QPoint&)
switch (type)
{
case EntryType::Disc:
AddAction(menu, tr("Extract Entire Disc..."), this, [this, partition, path] {
AddAction(menu, tr("Extract Entire Disc..."), this, [this, path] {
auto folder = SelectFolder();
if (folder.isEmpty())