Skip to content

Commit a4b1a2a

Browse files
rubdosogoffart
authored andcommitted
Prefix qmetatype_interface_ptr with #crate_
1 parent 84a9289 commit a4b1a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qmetaobject_impl/src/qobject_impl.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ pub fn generate(input: TokenStream, is_qobject: bool, qt_version: QtVersion) ->
614614
quote!({
615615
#crate_::qmetaobject_lazy_static! {
616616
static ref ARRAY : [usize; #len] = [
617-
#(qmetatype_interface_ptr::<#meta_types>(
617+
#(#crate_::qmetatype_interface_ptr::<#meta_types>(
618618
&::std::ffi::CString::new(stringify!(#meta_types)).unwrap()) as usize),*
619619
];
620620
}

0 commit comments

Comments
 (0)