summary refs log tree commit diff
path: root/src/TextInputWidget.h
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-08-09 18:20:17 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-08-09 18:20:17 +0300
commitd4c3dac28f2afb7c8f675729ed91c56494928c43 (patch)
tree234fa17a819dfcc11b1e3bb9e61e603879f71d63 /src/TextInputWidget.h
parentAllow user to configure join rules for a room (diff)
downloadnheko-d4c3dac28f2afb7c8f675729ed91c56494928c43.tar.xz
Remove the reserved space gap for the typing notifications
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 37d73fbb..8f634f6b 100644 --- a/src/TextInputWidget.h +++ b/src/TextInputWidget.h
@@ -166,6 +166,7 @@ private slots: signals: void sendTextMessage(QString msg); void sendEmoteMessage(QString msg); + void heightChanged(int height); void uploadImage(const QSharedPointer<QIODevice> data, const QString &filename); void uploadFile(const QSharedPointer<QIODevice> data, const QString &filename);