mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 06:28:31 +01:00
doc: Convert remaining comments to clang-tidy format
This commit is contained in:
@@ -91,7 +91,7 @@ void SignVerifyMessageDialog::on_addressBookButton_SM_clicked()
|
||||
{
|
||||
if (model && model->getAddressTableModel())
|
||||
{
|
||||
model->refresh(/* pk_hash_only */ true);
|
||||
model->refresh(/*pk_hash_only=*/true);
|
||||
AddressBookPage dlg(platformStyle, AddressBookPage::ForSelection, AddressBookPage::ReceivingTab, this);
|
||||
dlg.setModel(model->getAddressTableModel());
|
||||
if (dlg.exec())
|
||||
|
||||
Reference in New Issue
Block a user