mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
refactor(Profile): clang-format affected files
This commit is contained in:
parent
00449937d4
commit
c87682cde9
|
@ -279,7 +279,7 @@ bool Settings::isToxPortable()
|
|||
return result;
|
||||
}
|
||||
|
||||
void Settings::updateProfileData(Profile *profile)
|
||||
void Settings::updateProfileData(Profile* profile)
|
||||
{
|
||||
QMutexLocker locker{&bigLock};
|
||||
|
||||
|
|
|
@ -170,7 +170,7 @@ public slots:
|
|||
void saveGlobal();
|
||||
void sync();
|
||||
void setAutoLogin(bool state);
|
||||
void updateProfileData(Profile *profile);
|
||||
void updateProfileData(Profile* profile);
|
||||
|
||||
signals:
|
||||
// General
|
||||
|
|
Loading…
Reference in New Issue
Block a user