Skip to content
Snippets Groups Projects
Commit 25929cf7 authored by Emmanuel Lepage Vallée's avatar Emmanuel Lepage Vallée Committed by Guillaume Roguez
Browse files

useractions: Fix indentation


Was found while reading the code

Change-Id: I4191ffa3c376156a9fbd686b4fad82fe8ead8f19
Reviewed-by: default avatarGuillaume Roguez <guillaume.roguez@savoirfairelinux.com>
parent c2b09313
Branches
Tags
No related merge requests found
......@@ -405,11 +405,11 @@ bool addPerson(ContactMethod* cm, CollectionInterface* col)
const QVector<CollectionInterface*> cols = PersonModel::instance()
.collections(CollectionInterface::SupportedFeatures::ADD);
if (cols.isEmpty())
return false;
if (cols.isEmpty())
return false;
//TODO support collection selection
col = cols.first();
//TODO support collection selection
col = cols.first();
}
Person* p = new Person();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment