accounts: adds an account ID property to the Account class

- adds account id property to the Account class
- adds reference to account ID in AccountsViewModel
- adds loading of account ID in RingD::reloadAccountList

Change-Id: I757443fb08e3f48f1e39f2b21785384d6f41d8b6
Tuleap: #976
diff --git a/AccountsViewModel.h b/AccountsViewModel.h
index 0aa5977..fcbd4b7 100644
--- a/AccountsViewModel.h
+++ b/AccountsViewModel.h
@@ -42,7 +42,7 @@
     }

 

     /* functions */

-    void add(std::string& name, std::string& ringID, std::string& accountType);

+    void add(std::string& name, std::string& ringID, std::string& accountType, std::string& accountID);

     void clearAccountList();

 

     /* properties */