Skip to content
  • Àlex Fiestas's avatar
    private AccountModel::addUser which adds an user to the model · c217cd07
    Àlex Fiestas authored
    Right now we are adding some account information to two properties
    m_userPath and m_users and in the near future we'll be doing that
    same thing with 3 (we need to store wether the user is logged or not)
    so better way of not forgetting adding the information in one of these
    member vars is to implement a private addUser
    c217cd07