summary refs log tree commit diff
path: root/include/HistoryViewItem.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/HistoryViewItem.h')
-rw-r--r--include/HistoryViewItem.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/HistoryViewItem.h b/include/HistoryViewItem.h
index e1ed3374..5b54269e 100644
--- a/include/HistoryViewItem.h
+++ b/include/HistoryViewItem.h
@@ -42,6 +42,8 @@ private:
 	void generateBody(const QString &userid, const QString &color, const QString &body);
 	void generateTimestamp(const QDateTime &time);
 
+	QString replaceEmoji(const QString &body);
+
 	void setupLayout();
 
 	QHBoxLayout *top_layout_;