summary refs log tree commit diff
path: root/src/TextInputWidget.h
diff options
context:
space:
mode:
authorJoseph Donofry <joedonofry@gmail.com>2020-02-04 18:17:14 -0500
committerJoseph Donofry <joedonofry@gmail.com>2020-02-04 18:17:14 -0500
commit096db389d18a85d209bcde1a73e1f748c8adce54 (patch)
tree98185daca742b2e0979aa63d318fa45763006b49 /src/TextInputWidget.h
parentSelect first room on startup (diff)
downloadnheko-096db389d18a85d209bcde1a73e1f748c8adce54.tar.xz
Make closing the reply popup actually clear the reply message
Diffstat (limited to 'src/TextInputWidget.h')
-rw-r--r--src/TextInputWidget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/TextInputWidget.h b/src/TextInputWidget.h

index ac79be8b..77d77e44 100644 --- a/src/TextInputWidget.h +++ b/src/TextInputWidget.h
@@ -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);