make lint
This commit is contained in:
parent
8d68534456
commit
974c336c5e
4 changed files with 17 additions and 11 deletions
|
|
@ -449,10 +449,9 @@ ChatPage::deleteConfigs()
|
|||
{
|
||||
QSettings settings;
|
||||
|
||||
if (UserSettings::instance()->profile() != "")
|
||||
{
|
||||
settings.beginGroup("profile");
|
||||
settings.beginGroup(UserSettings::instance()->profile());
|
||||
if (UserSettings::instance()->profile() != "") {
|
||||
settings.beginGroup("profile");
|
||||
settings.beginGroup(UserSettings::instance()->profile());
|
||||
}
|
||||
settings.beginGroup("auth");
|
||||
settings.remove("");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue