Browse Source

refactor(Profile): clang-format affected files

reviewable/pr5729/r24
jenli669 6 years ago
parent
commit
c87682cde9
No known key found for this signature in database
GPG Key ID: 8267F9F7C2BF7E5E
  1. 2
      src/persistence/settings.cpp
  2. 2
      src/persistence/settings.h

2
src/persistence/settings.cpp

@ -279,7 +279,7 @@ bool Settings::isToxPortable() @@ -279,7 +279,7 @@ bool Settings::isToxPortable()
return result;
}
void Settings::updateProfileData(Profile *profile)
void Settings::updateProfileData(Profile* profile)
{
QMutexLocker locker{&bigLock};

2
src/persistence/settings.h

@ -170,7 +170,7 @@ public slots: @@ -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…
Cancel
Save