mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Replaced some qsl with u""_q literal.
This commit is contained in:
@@ -783,7 +783,7 @@ void System::ensureSoundCreated() {
|
||||
|
||||
_soundTrack = Media::Audio::Current().createTrack();
|
||||
_soundTrack->fillFromFile(
|
||||
Core::App().settings().getSoundPath(qsl("msg_incoming")));
|
||||
Core::App().settings().getSoundPath(u"msg_incoming"_q));
|
||||
}
|
||||
|
||||
void System::updateAll() {
|
||||
|
Reference in New Issue
Block a user