diff options
Diffstat (limited to 'room.h')
-rw-r--r-- | room.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -241,7 +241,7 @@ namespace QMatrixClient Q_INVOKABLE void resetHighlightCount(); QStringList tagNames() const; - const QHash<QString, TagRecord>& tags() const; + QHash<QString, TagRecord> tags() const; TagRecord tag(const QString& name) const; /** Check whether the list of tags has m.favourite */ |