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

index 97b264fc..5ec79c3b 100644 --- a/src/Cache.h +++ b/src/Cache.h
@@ -323,7 +323,7 @@ public: std::map<QString, mtx::responses::Timeline> roomMessages(); - std::map<QString, mtx::responses::Notifications> getTimelineMentions(); + QMap<QString, mtx::responses::Notifications> getTimelineMentions(); //! Retrieve all the user ids from a room. std::vector<std::string> roomMembers(const std::string &room_id);