Skip to content

Commit 0156af5

Browse files
committed
WIP: cxx-qt: remove namespace in bridge macro to fix Windows doc test
1 parent 1efe730 commit 0156af5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/cxx-qt/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ use cxx_qt_gen::{write_rust, GeneratedRustBlocks, Parser};
1818
/// # Example
1919
///
2020
/// ```rust
21-
/// #[cxx_qt::bridge(namespace = "cxx_qt::my_object")]
21+
/// #[cxx_qt::bridge]
2222
/// mod ffi {
2323
/// #[cxx_qt::qobject]
2424
/// #[derive(Default)]

0 commit comments

Comments
 (0)