Skip to content

Commit

Permalink
Update DBus call argument to match server change
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewvogt committed Mar 31, 2016
1 parent d746167 commit d703b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/declarative/src/voicecallaudiorecorder.cpp
Expand Up @@ -49,7 +49,7 @@ QDBusMessage createEnableVoicecallRecordingMessage(bool enable)
routeManagerPath,
routeManagerInterface,
enable ? QString("Enable") : QString("Disable"));
msg.setArguments(QVariantList() << QVariant(QString("voicecallrec")));
msg.setArguments(QVariantList() << QVariant(QString("voicecallrecord")));
return msg;
}

Expand Down

0 comments on commit d703b3a

Please sign in to comment.