summary refs log tree commit diff
path: root/include/TextInputWidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/TextInputWidget.h')
-rw-r--r--include/TextInputWidget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/TextInputWidget.h b/include/TextInputWidget.h

index af58c2c3..2dcb178f 100644 --- a/include/TextInputWidget.h +++ b/include/TextInputWidget.h
@@ -144,6 +144,7 @@ public slots: void openFileSelection(); void hideUploadSpinner(); void focusLineEdit() { input_->setFocus(); } + void addReply(const QString &username, const QString &msg); private slots: void addSelectedEmoji(const QString &emoji);