mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-05 15:48:51 +00:00
DolphinQt2: Resolve unused lambda capture warnings
Resolves -Wunused-lambda-capture warnings.
This commit is contained in:
parent
db4d8d7ad3
commit
e2543ea801
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