summary refs log tree commit diff
path: root/src/timeline
diff options
context:
space:
mode:
authorJedi18 <targetakhil@gmail.com>2021-01-28 23:53:56 +0530
committerJedi18 <targetakhil@gmail.com>2021-01-28 23:53:56 +0530
commit3b82b2ff972e4f74904e315008b996202473570c (patch)
tree0b56ba8cea17f2d4126335e4716694807d9cde17 /src/timeline
parentChanged edit method from double clicking to an edit button (diff)
downloadnheko-3b82b2ff972e4f74904e315008b996202473570c.tar.xz
fix linting
Diffstat (limited to 'src/timeline')
-rw-r--r--src/timeline/TimelineModel.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/timeline/TimelineModel.cpp b/src/timeline/TimelineModel.cpp

index 41c0b40e..a25e77fd 100644 --- a/src/timeline/TimelineModel.cpp +++ b/src/timeline/TimelineModel.cpp
@@ -814,8 +814,8 @@ void TimelineModel::openUserProfile(QString userid, bool global) { if (global) { - emit openProfile(new UserProfile("",utils::localUser(), - manager_, this, globalUsername)); + emit openProfile( + new UserProfile("", utils::localUser(), manager_, this, globalUsername)); } else { emit openProfile(new UserProfile(room_id_, userid, manager_, this)); }