mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
DolphinQt: fix two -Wunused-lambda-capture warnings
Also clean up signals a bit.
This commit is contained in:
@ -354,11 +354,6 @@ void Settings::NotifyRefreshGameListComplete()
|
||||
emit GameListRefreshCompleted();
|
||||
}
|
||||
|
||||
void Settings::RefreshMetadata()
|
||||
{
|
||||
emit MetadataRefreshRequested();
|
||||
}
|
||||
|
||||
void Settings::NotifyMetadataRefreshComplete()
|
||||
{
|
||||
emit MetadataRefreshCompleted();
|
||||
|
Reference in New Issue
Block a user