Skip to content

Commit 7615883

Browse files
jnboothLeonMatthesKDAB
authored andcommitted
cxx-qt-lib: add docs for QFlagRepr
1 parent 3495fd8 commit 7615883

File tree

1 file changed

+1
-0
lines changed
  • crates/cxx-qt-lib/src/core/qflags

1 file changed

+1
-0
lines changed

crates/cxx-qt-lib/src/core/qflags/repr.rs

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ mod private {
1313
pub trait Sealed {}
1414
}
1515

16+
/// An integer type that can be used as the backing representation of a `T` in `QFlags<T>`.
1617
pub trait QFlagRepr: Sized + private::Sealed {
1718
/// The underlying integer representation for a `QFlags<T>`.
1819
///

0 commit comments

Comments
 (0)