Skip to content

Commit

Permalink
Expose the htmlsafe properties of RoomMember
Browse files Browse the repository at this point in the history
  • Loading branch information
James Graham committed Mar 10, 2024
1 parent 8d1edd5 commit 3d7720f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Quotient/roommember.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,11 @@ class QUOTIENT_API RoomMember {
Q_PROPERTY(Uri uri READ uri CONSTANT)
Q_PROPERTY(bool isLocalMember READ isLocalMember CONSTANT)
Q_PROPERTY(QString displayName READ displayName CONSTANT)
Q_PROPERTY(QString htmlSafeDisplayName READ htmlSafeDisplayName CONSTANT)
Q_PROPERTY(QString fullName READ fullName CONSTANT)
Q_PROPERTY(QString htmlSafeFullName READ htmlSafeFullName CONSTANT)
Q_PROPERTY(QString disambiguatedName READ disambiguatedName CONSTANT)
Q_PROPERTY(QString htmlSafeDisambiguatedName READ htmlSafeDisambiguatedName CONSTANT)
Q_PROPERTY(int hue READ hue CONSTANT)
Q_PROPERTY(qreal hueF READ hueF CONSTANT)
Q_PROPERTY(QColor color READ color CONSTANT)
Expand Down

0 comments on commit 3d7720f

Please sign in to comment.