aboutsummaryrefslogtreecommitdiff
path: root/accounts.h
diff options
context:
space:
mode:
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();