summary refs log tree commit diff
path: root/src/timeline/TimelineItem.cpp
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-10-02 13:16:44 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-10-02 13:16:44 +0300
commitbe1478183e551ec411d451b86e83423d8febce7a (patch)
tree9271b94be670637e3e9360434effbf7b2d801584 /src/timeline/TimelineItem.cpp
parentAdd option to configure the font size (diff)
downloadnheko-be1478183e551ec411d451b86e83423d8febce7a.tar.xz
Remove some unnecessary calls
Diffstat (limited to 'src/timeline/TimelineItem.cpp')
-rw-r--r--src/timeline/TimelineItem.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/timeline/TimelineItem.cpp b/src/timeline/TimelineItem.cpp

index ec07d437..74b1278d 100644 --- a/src/timeline/TimelineItem.cpp +++ b/src/timeline/TimelineItem.cpp
@@ -600,7 +600,6 @@ void TimelineItem::generateBody(const QString &body) { body_ = new TextLabel(replaceEmoji(body), this); - body_->setFont(font_); body_->setTextInteractionFlags(Qt::TextSelectableByMouse | Qt::TextBrowserInteraction); connect(body_, &TextLabel::userProfileTriggered, this, [](const QString &user_id) {