aboutsummaryrefslogtreecommitdiff
path: root/accounts.h
Commit message (Collapse)AuthorAgeFilesLines
* Replace Accounts.importAccount() with Context.importBackup()link2xt2021-07-041-1/+0
| | | | dc_accounts_import_account() is going to be removed from the core.
* Move accounts model from C++ to QMLlink2xt2020-11-051-0/+31
C++ models are not well documented and it is easier to manage the model in QML. Now all QObjects are thin wrappers around Delta Chat core structures.