Skip to content
Snippets Groups Projects
Commit 7c265a95 authored by Andreas Traczyk's avatar Andreas Traczyk
Browse files

misc: utilsadapter: remove unused function

Change-Id: Id593b7f551efc2fc465c4ec0e8936c77628f7f48
parent 01489b9d
No related branches found
No related tags found
No related merge requests found
......@@ -219,16 +219,10 @@ UtilsAdapter::setConversationFilter(const QString& filter)
lrcInstance_->getCurrentConversationModel()->setFilter(filter);
}
const QStringList
UtilsAdapter::getCurrAccList()
{
return lrcInstance_->accountModel().getAccountList();
}
int
UtilsAdapter::getAccountListSize()
{
return getCurrAccList().size();
return lrcInstance_->accountModel().getAccountList().size();
}
bool
......
......@@ -93,7 +93,6 @@ public:
Q_INVOKABLE const QString getPeerUri(const QString& accountId, const QString& uid);
Q_INVOKABLE QString getBestId(const QString& accountId);
Q_INVOKABLE const QString getBestId(const QString& accountId, const QString& uid);
Q_INVOKABLE const QStringList getCurrAccList();
Q_INVOKABLE int getAccountListSize();
Q_INVOKABLE bool hasCall(const QString& accountId);
Q_INVOKABLE const QString getCallConvForAccount(const QString& accountId);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment