diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-04-19 19:38:39 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-04-19 19:38:39 +0300 |
commit | f046dc8ac6b5ea8d3ce93f8fcc1bd4aa300fd83c (patch) | |
tree | 68acb3dc01860968c2e3cc3b5c9b14438d08ea44 /include | |
parent | Update unread messages for the current room when the app is inactive (diff) | |
download | nheko-f046dc8ac6b5ea8d3ce93f8fcc1bd4aa300fd83c.tar.xz |
Add initial read-only emoji support
Diffstat (limited to 'include')
-rw-r--r-- | include/HistoryViewItem.h | 2 |
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_; |