Remove redundant NeoChatRoom::htmlSafeDisplayName

This commit is contained in:
Tobias Fella
2023-08-26 01:07:11 +02:00
committed by Tobias Fella
parent dbc10685f0
commit 8abd0db012
2 changed files with 1 additions and 13 deletions

View File

@@ -111,11 +111,6 @@ class NeoChatRoom : public Quotient::Room
*/
Q_PROPERTY(bool readMarkerLoaded READ readMarkerLoaded NOTIFY readMarkerLoadedChanged)
/**
* @brief Display name with any html special characters escaped.
*/
Q_PROPERTY(QString htmlSafeDisplayName READ htmlSafeDisplayName NOTIFY displayNameChanged)
/**
* @brief The avatar image to be used for the room.
*/
@@ -591,8 +586,6 @@ public:
[[nodiscard]] bool readMarkerLoaded() const;
QString htmlSafeDisplayName() const;
/**
* @brief Get subtitle text for room
*