summary refs log tree commit diff
path: root/src/timeline/TimelineViewManager.h
diff options
context:
space:
mode:
authorMalte E <malte.e@mailbox.org>2022-03-26 22:28:31 +0100
committerMalte E <malte.e@mailbox.org>2022-03-26 22:28:31 +0100
commitaf17e4f8c007d8276f98fd675cbfe818d24e7420 (patch)
tree744425f01001b8951b4d058b30ec3bc4d06b1019 /src/timeline/TimelineViewManager.h
parentdirect chat creator can now create direct chats (diff)
downloadnheko-af17e4f8c007d8276f98fd675cbfe818d24e7420.tar.xz
run lint
Diffstat (limited to 'src/timeline/TimelineViewManager.h')
-rw-r--r--src/timeline/TimelineViewManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timeline/TimelineViewManager.h b/src/timeline/TimelineViewManager.h

index 807fe76f..07ebfe79 100644 --- a/src/timeline/TimelineViewManager.h +++ b/src/timeline/TimelineViewManager.h
@@ -67,7 +67,7 @@ public: Q_INVOKABLE void openRoomSettings(QString room_id); Q_INVOKABLE void openInviteUsers(QString roomId); Q_INVOKABLE void openGlobalUserProfile(QString userId); - Q_INVOKABLE UserProfile* getGlobalUserProfile(QString userId); + Q_INVOKABLE UserProfile *getGlobalUserProfile(QString userId); Q_INVOKABLE void focusMessageInput();