Skip to content
Snippets Groups Projects
Commit 195bb049 authored by Jedi18's avatar Jedi18
Browse files

fix linting 2

parent fa7ad4f2
No related branches found
No related tags found
No related merge requests found
Pipeline #536 failed
......@@ -7,8 +7,8 @@
#include "mtx/responses/crypto.hpp"
#include "timeline/TimelineModel.h"
#include "timeline/TimelineViewManager.h"
#include <mtx/responses/common.hpp>
#include <mtx/responses.hpp>
#include <mtx/responses/common.hpp>
UserProfile::UserProfile(QString roomid,
QString userid,
......@@ -304,7 +304,7 @@ UserProfile::isUsernameEditingAllowed() const
}
void
UserProfile::setGlobalUsername(const QString& globalUser)
UserProfile::setGlobalUsername(const QString &globalUser)
{
globalUsername = globalUser;
emit displayNameChanged();
......
......@@ -121,7 +121,7 @@ signals:
void userStatusChanged();
void usernameEditingChanged();
void displayNameChanged();
void globalUsernameRetrieved(const QString& globalUser);
void globalUsernameRetrieved(const QString &globalUser);
protected slots:
void setGlobalUsername(const QString &globalUser);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment