Use plaintext in devtools room selection combo

This commit is contained in:
Tobias Fella
2024-03-02 19:36:46 +01:00
parent 1249304907
commit bdf192df58
3 changed files with 7 additions and 1 deletions

View File

@@ -37,6 +37,7 @@ public:
*/
enum EventRoles {
DisplayNameRole = Qt::DisplayRole, /**< The display name of the room. */
EscapedDisplayNameRole, /**< HTML-Escaped display name of the room. */
AvatarRole, /**< The source URL for the room's avatar. */
CanonicalAliasRole, /**< The room canonical alias. */
TopicRole, /**< The room topic. */