We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06121d3 commit 592f118Copy full SHA for 592f118
crates/cxx-qt-lib/src/core/qflags/qflag.rs
@@ -18,11 +18,7 @@ use cxx::ExternType;
18
pub unsafe trait QFlag: Sized {
19
/// A type-level representation of the C++ namespace and type name of this type's `QFlags<T>`.
20
///
21
- /// This will always be defined using `type_id!` in the following form:
22
- ///
23
- /// ```ignore
24
- /// type TypeId = cxx::type_id!("QFlags_MyType");
25
- /// ```
+ /// This will always be defined using [cxx::type_id!].
26
type TypeId;
27
/// The backing integer representation of `Self`.
28
/// For example, if the enum is defined with `#[repr(i32)]`, then `Repr` should be `i32`.
0 commit comments