summary refs log tree commit diff
path: root/include/Cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/Cache.h')
-rw-r--r--include/Cache.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/Cache.h b/include/Cache.h

index 1faf0677..acad45e2 100644 --- a/include/Cache.h +++ b/include/Cache.h
@@ -166,6 +166,9 @@ public: bool isFormatValid(); void setCurrentFormat(); + //! Retrieves the saved room avatar. + QImage getRoomAvatar(const QString &id); + //! Adds a user to the read list for the given event. //! //! There should be only one user id present in a receipt list per room.