aboutsummaryrefslogtreecommitdiff
path: root/accounts.h
diff options
context:
space:
mode:
authorlink2xt <link2xt@testrun.org>2021-07-04 22:31:32 +0300
committerlink2xt <link2xt@testrun.org>2021-07-04 22:31:32 +0300
commit92de31840ed3ec7cc8ec90fe58b1955278a8acff (patch)
tree2f3ce4a997d93772cf2180afbb2a1fd8a71110fd /accounts.h
parent76b844bd6461d90f91a42fc02002accb694ec56d (diff)
downloadkdeltachat-92de31840ed3ec7cc8ec90fe58b1955278a8acff.tar.gz
kdeltachat-92de31840ed3ec7cc8ec90fe58b1955278a8acff.zip
Replace Accounts.importAccount() with Context.importBackup()
dc_accounts_import_account() is going to be removed from the core.
Diffstat (limited to 'accounts.h')
-rw-r--r--accounts.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/accounts.h b/accounts.h
index 20ede38..391fb41 100644
--- a/accounts.h
+++ b/accounts.h
@@ -14,7 +14,6 @@ public:
~DcAccounts();
Q_INVOKABLE uint32_t addAccount();
- Q_INVOKABLE uint32_t importAccount(QString tarfile);
Q_INVOKABLE uint32_t migrateAccount(QString dbfile);
Q_INVOKABLE bool removeAccount(uint32_t accountId);
Q_INVOKABLE QVariantList getAll();