From b9087b457dbfadb3ef1d518792fbd831eb960eba Mon Sep 17 00:00:00 2001 From: Mathieu Leduc-Hamel <mlhamel@arak4.(none)> Date: Fri, 29 Jan 2010 13:13:39 -0500 Subject: [PATCH] cleaning file --- sflphone-client-kde/src/AccountList.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/sflphone-client-kde/src/AccountList.cpp b/sflphone-client-kde/src/AccountList.cpp index 4add67625c..b8af2a0249 100644 --- a/sflphone-client-kde/src/AccountList.cpp +++ b/sflphone-client-kde/src/AccountList.cpp @@ -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) -- GitLab