Skip to content
Snippets Groups Projects
Commit dd64bc52 authored by Kateryna Kostiuk's avatar Kateryna Kostiuk Committed by Kateryna Kostiuk
Browse files

build: follow API changes

Remove importAccounts, exportAccounts.

Change-Id: I4ba53752537e8a7bdf655d8f6981ee418dac1979
parent ec2193df
No related branches found
No related tags found
No related merge requests found
...@@ -519,20 +519,6 @@ public Q_SLOTS: // METHODS ...@@ -519,20 +519,6 @@ public Q_SLOTS: // METHODS
void removeAccount(const QString& accountID) { DRing::removeAccount(accountID.toStdString()); } void removeAccount(const QString& accountID) { DRing::removeAccount(accountID.toStdString()); }
int exportAccounts(const QStringList& accountIDs,
const QString& filePath,
const QString& password)
{
return DRing::exportAccounts(convertStringList(accountIDs),
filePath.toStdString(),
password.toStdString());
}
int importAccounts(const QString& filePath, const QString& password)
{
return DRing::importAccounts(filePath.toStdString(), password.toStdString());
}
bool changeAccountPassword(const QString& id, bool changeAccountPassword(const QString& id,
const QString& currentPassword, const QString& currentPassword,
const QString& newPassword) const QString& newPassword)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment