Function bitcoin_qt::copy_settings

source ·
pub fn copy_settings(dst: &mut u32, src: &u32)
Expand description

| Helper function to copy contents from | one QSettings to another. | | By using allKeys this also covers nested | settings in a hierarchy. |