Add basic support for replies (#292)
This commit is contained in:
parent
d56446ce97
commit
5b5d35fd1f
7 changed files with 41 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue