Skip to content
Snippets Groups Projects
Unverified Commit f5e4619d authored by Sébastien Blin's avatar Sébastien Blin
Browse files

misc: link getSupportedAudioManagers

Change-Id: I897e49cd131d3cbffef9fb1d5c9be3c0bc9bcb3f
GitLab: #495
parent 6aaf9133
No related branches found
No related tags found
No related merge requests found
...@@ -526,8 +526,7 @@ public Q_SLOTS: // METHODS ...@@ -526,8 +526,7 @@ public Q_SLOTS: // METHODS
QStringList getSupportedAudioManagers() QStringList getSupportedAudioManagers()
{ {
QStringList temp; return convertStringList(DRing::getSupportedAudioManagers());
return temp;
} }
QStringList getSupportedTlsMethod() QStringList getSupportedTlsMethod()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment