mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 03:18:07 +00:00
fix #LINQT-1258 set mka extension for voice messages
This commit is contained in:
parent
24c2c94633
commit
c3d2bd8293
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ void RecorderModel::start() {
|
|||
mustBeInLinphoneThread(log().arg(Q_FUNC_INFO));
|
||||
bool soFarSoGood;
|
||||
QString filename =
|
||||
QStringLiteral("vocal_%1.mkv").arg(QDateTime::currentDateTime().toString("yyyy-MM-dd_hh-mm-ss-zzz"));
|
||||
QStringLiteral("vocal_%1.mka").arg(QDateTime::currentDateTime().toString("yyyy-MM-dd_hh-mm-ss-zzz"));
|
||||
const QString safeFilePath = Utils::getSafeFilePath(
|
||||
QStringLiteral("%1%2").arg(SettingsModel::getInstance()->getSavedCallsFolder()).arg(filename), &soFarSoGood);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue