summary refs log tree commit diff
diff options
context:
space:
mode:
authorLoren Burkholder <computersemiexpert@outlook.com>2021-07-22 07:55:12 -0400
committerLoren Burkholder <computersemiexpert@outlook.com>2021-07-22 07:55:12 -0400
commit0ce7d02abed2f687a1a9795da8ab8e2ec96b0d65 (patch)
tree76293f31bb560fbfeb04f5282d19f70c6dbe19e7
parentAdd functionality for loading global user profile where needed (diff)
downloadnheko-0ce7d02abed2f687a1a9795da8ab8e2ec96b0d65.tar.xz
make lint
-rw-r--r--resources/qml/MessageView.qml1
-rw-r--r--src/timeline/TimelineViewManager.cpp3
2 files changed, 3 insertions, 1 deletions
diff --git a/resources/qml/MessageView.qml b/resources/qml/MessageView.qml

index d2c97d57..50cbd371 100644 --- a/resources/qml/MessageView.qml +++ b/resources/qml/MessageView.qml
@@ -493,6 +493,7 @@ ScrollView { foreground: Nheko.colors.mid z: 3 } + } } diff --git a/src/timeline/TimelineViewManager.cpp b/src/timeline/TimelineViewManager.cpp
index da3ba282..c08cfd53 100644 --- a/src/timeline/TimelineViewManager.cpp +++ b/src/timeline/TimelineViewManager.cpp
@@ -379,7 +379,8 @@ TimelineViewManager::openInviteUsers(QString roomId) emit openInviteUsersDialog(model); } -void TimelineViewManager::openGlobalUserProfile(QString userId) +void +TimelineViewManager::openGlobalUserProfile(QString userId) { UserProfile *profile = new UserProfile{QString{}, userId, this}; emit openProfile(profile);