run lint
This commit is contained in:
parent
838cf63578
commit
af17e4f8c0
@ -199,12 +199,12 @@ TimelineViewManager::openGlobalUserProfile(QString userId)
|
||||
emit openProfile(profile);
|
||||
}
|
||||
|
||||
UserProfile*
|
||||
UserProfile *
|
||||
TimelineViewManager::getGlobalUserProfile(QString userId)
|
||||
{
|
||||
UserProfile *profile = new UserProfile{QString{}, userId, this};
|
||||
QQmlEngine::setObjectOwnership(profile, QQmlEngine::JavaScriptOwnership);
|
||||
return(profile);
|
||||
return (profile);
|
||||
}
|
||||
|
||||
void
|
||||
|
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user