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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/TextInputWidget.h b/include/TextInputWidget.h

index 3c338fe3..b208d3f4 100644 --- a/include/TextInputWidget.h +++ b/include/TextInputWidget.h
@@ -85,8 +85,11 @@ private slots: signals: void sendTextMessage(QString msg); void sendEmoteMessage(QString msg); + void uploadImage(QString filename); void uploadFile(QString filename); + void uploadAudio(QString filename); + void sendJoinRoomRequest(const QString &room); void startedTyping();