From ee4dcef90f285f49ee27fec13afb486d93781b8b Mon Sep 17 00:00:00 2001 From: Joseph Donofry Date: Wed, 13 May 2020 00:35:26 -0400 Subject: Add new QML-based emoji picker (work in progress) This is necessary to support having a picker within QML. Eventually, this should replace the existing widget-based one. --- src/ChatPage.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/ChatPage.cpp') diff --git a/src/ChatPage.cpp b/src/ChatPage.cpp index 01075173..19339e59 100644 --- a/src/ChatPage.cpp +++ b/src/ChatPage.cpp @@ -585,9 +585,7 @@ ChatPage::resetUI() void ChatPage::reactMessage(const QString &id) { - view_manager_->queueReactionMessage(current_room_, - id, - "👀"); + view_manager_->queueReactionMessage(current_room_, id, "👀"); } void -- cgit 1.5.1