summary refs log tree commit diff
path: root/src/Utils.h
diff options
context:
space:
mode:
authorLoren Burkholder <computersemiexpert@outlook.com>2021-02-20 13:05:21 -0500
committerNicolas Werner <nicolas.werner@hotmail.de>2021-03-17 19:17:15 +0100
commit39576fea96c6cac275addc1602f1cc5af464f745 (patch)
treebfc3d97bbead26d0652693af7670bd8eb042991f /src/Utils.h
parentSimplify message body construction (diff)
downloadnheko-39576fea96c6cac275addc1602f1cc5af464f745.tar.xz
Create function for processing whether a message is a reply
Diffstat (limited to 'src/Utils.h')
-rw-r--r--src/Utils.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Utils.h b/src/Utils.h
index 373bed01..1dc5ffd6 100644
--- a/src/Utils.h
+++ b/src/Utils.h
@@ -310,4 +310,7 @@ restoreCombobox(QComboBox *combo, const QString &value);
 //! Read image respecting exif orientation
 QImage
 readImage(const QByteArray *data);
+
+bool
+isReply(const mtx::events::collections::TimelineEvents &e);
 }