Skip to content
Snippets Groups Projects
Commit 9f4cd248 authored by Nicolas Jager's avatar Nicolas Jager Committed by Kateryna Kostiuk
Browse files

add getContactDetails to configurationmanager_wrap.h


- getContactDetails is missing in configurationmanager_wrap.h leadig
clients without dbus to failed at compilation, when this function is
called.

Change-Id: I324fbd2644e9a5c72bb6468b7c63923c7e53535a
Reviewed-by: default avatarKateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com>
parent d887e516
No related branches found
No related tags found
No related merge requests found
......@@ -664,6 +664,11 @@ public Q_SLOTS: // METHODS
DRing::connectivityChanged();
}
MapStringString getContactDetails(const QString &accountID, const QString &uri)
{
return convertMap(DRing::getContactDetails(accountID.toStdString(), uri.toStdString()));
}
Q_SIGNALS: // SIGNALS
void volumeChanged(const QString& device, double value);
void accountsChanged();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment