fix bug when everything was treated as animation, bug with not working group amount of messages, handled the situation when preview is painted but the file was lost
This commit is contained in:
parent
0d584c5aba
commit
721f6daa36
10 changed files with 62 additions and 8 deletions
|
@ -77,11 +77,12 @@ public:
|
|||
void decrementObservers();
|
||||
SyncState getSyncState() const;
|
||||
|
||||
void requestLatestMessages(); //this method is used by Models::Contact to request latest messages after reconnection
|
||||
|
||||
signals:
|
||||
void requestArchive(const QString& before);
|
||||
void requestStateChange(bool requesting);
|
||||
void fileDownloadRequest(const QString& url);
|
||||
void unreadMessagesCountChanged();
|
||||
void unreadMessagesCountChanged() const;
|
||||
void newMessage(const Shared::Message& msg);
|
||||
void unnoticedMessage(const Shared::Message& msg);
|
||||
void localPathInvalid(const QString& path);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue