summary refs log tree commit diff
path: root/src/ChatPage.h
diff options
context:
space:
mode:
authorJoseph Donofry <joedonofry@gmail.com>2019-07-26 17:44:44 -0400
committerJoseph Donofry <joedonofry@gmail.com>2019-07-26 17:44:44 -0400
commit86888ee71349cb416e79940e3b369e047cf7492a (patch)
treee9c933a706b4268458b655b349b52bf6df002c89 /src/ChatPage.h
parentAdd emoji text selection option for non-mac (diff)
downloadnheko-86888ee71349cb416e79940e3b369e047cf7492a.tar.xz
Fix bug with emoji font setting and clean linting
Diffstat (limited to 'src/ChatPage.h')
-rw-r--r--src/ChatPage.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ChatPage.h b/src/ChatPage.h
index b2f04b02..3c97ba25 100644
--- a/src/ChatPage.h
+++ b/src/ChatPage.h
@@ -89,7 +89,8 @@ signals:
         void messageReply(const RelatedInfo &related);
 
         void notificationsRetrieved(const mtx::responses::Notifications &);
-        void highlightedNotifsRetrieved(const mtx::responses::Notifications &, const QPoint widgetPos);
+        void highlightedNotifsRetrieved(const mtx::responses::Notifications &,
+                                        const QPoint widgetPos);
 
         void uploadFailed(const QString &msg);
         void imageUploaded(const QString &roomid,