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
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())