1
0
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:
jenli669 2019-06-28 10:14:08 +02:00
parent 00449937d4
commit c87682cde9
No known key found for this signature in database
GPG Key ID: 8267F9F7C2BF7E5E
2 changed files with 2 additions and 2 deletions

View File

@ -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};

View File

@ -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