summary refs log tree commit diff
path: root/src/TextInputWidget.h
diff options
context:
space:
mode:
authorJoseph Donofry <joedonofry@gmail.com>2019-06-14 20:45:37 -0400
committerJoseph Donofry <joedonofry@gmail.com>2019-06-14 20:45:37 -0400
commitcfd6c5703a7ca4a22fe1b1e78713b33f32f1a085 (patch)
treea56e17f0edf8e0aee455d93aafb40baa192d73c0 /src/TextInputWidget.h
parentFurther Improve Reply Functionality (diff)
downloadnheko-cfd6c5703a7ca4a22fe1b1e78713b33f32f1a085.tar.xz
Further UI Updates to Rich Replies
Diffstat (limited to 'src/TextInputWidget.h')
-rw-r--r--src/TextInputWidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/TextInputWidget.h b/src/TextInputWidget.h

index f68560e9..4a726364 100644 --- a/src/TextInputWidget.h +++ b/src/TextInputWidget.h
@@ -57,7 +57,7 @@ public: void submit(); void setRelated(const RelatedInfo &related) { related_ = related; } - void showReplyPopup(const QString &user, const QString &msg, const QString &event_id); + void showReplyPopup(const RelatedInfo &related); signals: void heightChanged(int height);