diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-11-29 23:39:35 +0200 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-11-29 23:39:35 +0200 |
commit | fdb76bb5c1bdce765479442a70ddca80b867caa6 (patch) | |
tree | b418ea31dbe0f140fc2635584666db4ce36bf732 /include/TextInputWidget.h | |
parent | Add read support for m.file messages (#24) (diff) | |
download | nheko-fdb76bb5c1bdce765479442a70ddca80b867caa6.tar.xz |
Implement file uploads
fixes #24
Diffstat (limited to 'include/TextInputWidget.h')
-rw-r--r-- | include/TextInputWidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/TextInputWidget.h b/include/TextInputWidget.h index 88706e4a..80c16740 100644 --- a/include/TextInputWidget.h +++ b/include/TextInputWidget.h @@ -85,6 +85,7 @@ signals: void sendTextMessage(QString msg); void sendEmoteMessage(QString msg); void uploadImage(QString filename); + void uploadFile(QString filename); void sendJoinRoomRequest(const QString &room); void startedTyping(); |