Make closing the reply popup actually clear the reply message

This commit is contained in:
Joseph Donofry 2020-02-04 18:17:14 -05:00
parent 9d90467e6a
commit 096db389d1
No known key found for this signature in database
GPG key ID: E8A1D78EF044B0CB
4 changed files with 9 additions and 1 deletions

View file

@ -164,6 +164,7 @@ public slots:
void hideUploadSpinner();
void focusLineEdit() { input_->setFocus(); }
void addReply(const RelatedInfo &related);
void closeReplyPopup() { input_->closeReply(); }
private slots:
void addSelectedEmoji(const QString &emoji);