mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-04-22 20:58:09 +02:00
refactor: fix clang-tidy named args usage
This commit is contained in:
@@ -853,7 +853,7 @@ void BitcoinGUI::aboutClicked()
|
||||
if(!clientModel)
|
||||
return;
|
||||
|
||||
auto dlg = new HelpMessageDialog(this, /* about */ true);
|
||||
auto dlg = new HelpMessageDialog(this, /*about=*/true);
|
||||
GUIUtil::ShowModalDialogAsynchronously(dlg);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user