Skip to content

Commit 28a1830

Browse files
committed
WIP: cxx-qt: namespace hacks for Windows ?
1 parent 4290edb commit 28a1830

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 my_object {
2323
/// #[cxx_qt::qobject]
2424
/// #[derive(Default)]

0 commit comments

Comments
 (0)