Fix clear message history

This commit is contained in:
Petr Mironychev
2024-09-23 23:54:36 +02:00
parent aac58d6933
commit 9745997952
4 changed files with 11 additions and 0 deletions

View File

@ -40,6 +40,7 @@ public:
void setShowTimestamp(bool show);
void receiveMessage(const QString &message);
private slots:
void sendMessage();
void receivePartialMessage(const QString &partialMessage);