Skip to content
Snippets Groups Projects
Commit b9087b45 authored by Mathieu Leduc-Hamel's avatar Mathieu Leduc-Hamel
Browse files

cleaning file

parent 7b173800
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,7 @@ AccountList::AccountList(QStringList & _accountIds)
for (int i = 0; i < _accountIds.size(); ++i){
(*accounts) += Account::buildExistingAccountFromId(_accountIds[i]);
}
}
AccountList::AccountList(bool fill)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment