mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-05-04 18:30:31 -05:00
Source: Remove redundant lambda parameter lists
This commit is contained in:
@@ -88,7 +88,7 @@ GameConfigWidget::GameConfigWidget(const UICommon::GameFile& game) : m_game(game
|
||||
}
|
||||
|
||||
// Fails to change font if it's directly called at this time. Is there a better workaround?
|
||||
QTimer::singleShot(100, this, [this]() {
|
||||
QTimer::singleShot(100, this, [this] {
|
||||
SetItalics();
|
||||
Config::OnConfigChanged();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user