Make closing the reply popup actually clear the reply message
This commit is contained in:
parent
9d90467e6a
commit
096db389d1
4 changed files with 9 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue