mirror of
https://github.com/chatmail/core.git
synced 2026-05-16 21:36:30 +03:00
refactor: rename dc_qr -> qr
This commit is contained in:
committed by
holger krekel
parent
886262539a
commit
d47a693611
@@ -991,7 +991,7 @@ pub unsafe extern "C" fn dc_check_qr(
|
||||
assert!(!qr.is_null());
|
||||
let context = &*context;
|
||||
|
||||
let lot = dc_qr::dc_check_qr(context, as_str(qr));
|
||||
let lot = qr::check_qr(context, as_str(qr));
|
||||
Box::into_raw(Box::new(lot))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user