diff options
author | Joseph Donofry <joedonofry@gmail.com> | 2019-07-26 17:44:44 -0400 |
---|---|---|
committer | Joseph Donofry <joedonofry@gmail.com> | 2019-07-26 17:44:44 -0400 |
commit | 86888ee71349cb416e79940e3b369e047cf7492a (patch) | |
tree | e9c933a706b4268458b655b349b52bf6df002c89 /src/ChatPage.h | |
parent | Add emoji text selection option for non-mac (diff) | |
download | nheko-86888ee71349cb416e79940e3b369e047cf7492a.tar.xz |
Fix bug with emoji font setting and clean linting
Diffstat (limited to 'src/ChatPage.h')
-rw-r--r-- | src/ChatPage.h | 3 |
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, |