Skip to content

qml: Add default member initializers to QmlCoreSettings::Values strings#797

Merged
hebasto merged 1 commit into
bitcoin-core:qt6from
hebasto:260718-initializer
Jul 18, 2026
Merged

qml: Add default member initializers to QmlCoreSettings::Values strings#797
hebasto merged 1 commit into
bitcoin-core:qt6from
hebasto:260718-initializer

Conversation

@hebasto

@hebasto hebasto commented Jul 17, 2026

Copy link
Copy Markdown
Member

Silences GCC's -Wmissing-field-initializers at designated-initializer call sites in test_options_model.cpp, where only proxy_address and tor_address were flagged as they were the only members without a default member initializer.

Fixes #779.

…ings

Silences GCC's `-Wmissing-field-initializers` at designated-initializer
call sites in `test_options_model.cpp`, where only `proxy_address` and
`tor_address` were flagged as they were the only members without a
default member initializer.
@johnny9

johnny9 commented Jul 18, 2026

Copy link
Copy Markdown
Collaborator

ACK cb3351c

@hebasto
hebasto merged commit fc01a57 into bitcoin-core:qt6 Jul 18, 2026
6 checks passed
@hebasto
hebasto deleted the 260718-initializer branch July 18, 2026 10:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

-Wmissing-field-initializers in tests

2 participants