mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 22:46:10 +00:00
Replaced some qstr with u""_q literal.
This commit is contained in:
@@ -210,7 +210,7 @@ void UnsafeOpenUrlDefault(const QString &url) {
|
||||
}
|
||||
|
||||
void UnsafeOpenEmailLinkDefault(const QString &email) {
|
||||
auto url = QUrl(qstr("mailto:") + email);
|
||||
auto url = QUrl(u"mailto:"_q + email);
|
||||
QDesktopServices::openUrl(url);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user