mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-02 15:45:58 +00:00
Merge pull request #6858 from lioncash/capture
DolphinQt2: Resolve unused lambda capture warnings
This commit is contained in:
commit
ca5dc25694
5 changed files with 6 additions and 6 deletions
|
@ -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())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue