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

index d7ff5fb8..f2e39f88 100644 --- a/src/ReadReceiptsModel.h +++ b/src/ReadReceiptsModel.h
@@ -41,6 +41,7 @@ public: public slots: void addUsers(const std::multimap<uint64_t, std::string, std::greater<uint64_t>> &users); + void update(); private: QString dateFormat(const QDateTime &then) const;