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;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
void Settings::updateProfileData(Profile *profile)
|
void Settings::updateProfileData(Profile* profile)
|
||||||
{
|
{
|
||||||
QMutexLocker locker{&bigLock};
|
QMutexLocker locker{&bigLock};
|
||||||
|
|
||||||
|
|
|
@ -170,7 +170,7 @@ public slots:
|
||||||
void saveGlobal();
|
void saveGlobal();
|
||||||
void sync();
|
void sync();
|
||||||
void setAutoLogin(bool state);
|
void setAutoLogin(bool state);
|
||||||
void updateProfileData(Profile *profile);
|
void updateProfileData(Profile* profile);
|
||||||
|
|
||||||
signals:
|
signals:
|
||||||
// General
|
// General
|
||||||
|
|
Loading…
Reference in New Issue
Block a user