mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Replaced some qstr with u""_q literal.
This commit is contained in:
@@ -39,7 +39,7 @@ void UnsafeOpenUrl(const QString &url) {
|
||||
}
|
||||
|
||||
void UnsafeOpenEmailLink(const QString &email) {
|
||||
UnsafeOpenUrl(qstr("mailto:") + email);
|
||||
UnsafeOpenUrl(u"mailto:"_q + email);
|
||||
}
|
||||
|
||||
bool UnsafeShowOpenWith(const QString &filepath) {
|
||||
|
Reference in New Issue
Block a user