mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-20 21:28:07 +00:00
Fix charset conversion issue.
This commit is contained in:
parent
02b7f39ca5
commit
8a57b2b7aa
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ namespace Utils {
|
|||
}
|
||||
|
||||
inline std::string qStringToLinphoneString (const QString &string) {
|
||||
return string.toStdString();
|
||||
return string.toLocal8Bit().constData();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue