prototype dc_set_config_from_qr()

This commit is contained in:
B. Petersen
2020-02-10 23:36:56 +01:00
committed by holger krekel
parent 1882176489
commit 2b7a0a4585
3 changed files with 41 additions and 0 deletions

View File

@@ -205,6 +205,14 @@ fn decode_account(_context: &Context, qr: &str) -> Lot {
lot
}
pub fn set_config_from_qr(context: &Context, qr: &str) -> bool {
error!(
context,
"Setting config from QR is not yet implemented :/ QR code: {}", qr
);
false
}
/// Extract address for the mailto scheme.
///
/// Scheme: `mailto:addr...?subject=...&body=..`