summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-04-19 19:38:39 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-04-19 19:38:39 +0300
commitf046dc8ac6b5ea8d3ce93f8fcc1bd4aa300fd83c (patch)
tree68acb3dc01860968c2e3cc3b5c9b14438d08ea44 /include
parentUpdate unread messages for the current room when the app is inactive (diff)
downloadnheko-f046dc8ac6b5ea8d3ce93f8fcc1bd4aa300fd83c.tar.xz
Add initial read-only emoji support
Diffstat (limited to 'include')
-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_;