attaching messages fix, bad alloc fix

This commit is contained in:
Blue 2020-04-15 16:48:49 +03:00
parent 6657dc79ce
commit b50ce146b8
8 changed files with 37 additions and 44 deletions

View file

@ -40,7 +40,7 @@ protected slots:
void onParticipantLeft(const QString& name);
protected:
void handleSendMessage(const QString & text) override;
Shared::Message createMessage() const override;
private:
Models::Room* room;