aboutsummaryrefslogtreecommitdiff
path: root/room.h
diff options
context:
space:
mode:
Diffstat (limited to 'room.h')
-rw-r--r--room.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/room.h b/room.h
index 8e27a608..71d5c433 100644
--- a/room.h
+++ b/room.h
@@ -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 */