Skip to content

Commit f462fdb

Browse files
committed
cxx-qt-lib: add docs for QFlagRepr
1 parent 31a95d6 commit f462fdb

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

Lines changed: 1 addition & 0 deletions
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)