diff options
author | Joseph Donofry <joedonofry@gmail.com> | 2019-06-12 19:09:05 -0400 |
---|---|---|
committer | Joseph Donofry <joedonofry@gmail.com> | 2019-06-12 19:09:05 -0400 |
commit | 9f310fed09f3d5fd7f118cf0365e98ad402c4d99 (patch) | |
tree | 04dbeabb4007bcf5213bb65da5423370a1047eaf /src/ChatPage.h | |
parent | Update CHANGELOG (diff) | |
parent | Add style for reply popup. Fix ALL of the linting issues (diff) | |
download | nheko-9f310fed09f3d5fd7f118cf0365e98ad402c4d99.tar.xz |
Merge branch '0.7.0-dev' of ssh://github.com/Nheko-Reborn/nheko into 0.7.0-dev
Diffstat (limited to 'src/ChatPage.h')
-rw-r--r-- | src/ChatPage.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ChatPage.h b/src/ChatPage.h index 09e7a2c6..f70f5bdd 100644 --- a/src/ChatPage.h +++ b/src/ChatPage.h @@ -83,7 +83,9 @@ signals: void connectionLost(); void connectionRestored(); - void messageReply(const QString &username, const QString &msg, const QString &related_event); + void messageReply(const QString &username, + const QString &msg, + const QString &related_event); void notificationsRetrieved(const mtx::responses::Notifications &); |