mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-05 00:46:08 +00:00
Replaced some qstr with u""_q literal.
This commit is contained in:
@@ -419,7 +419,7 @@ void PhoneInput::correctValue(
|
||||
plusFound = true;
|
||||
}
|
||||
}
|
||||
if (!plusFound && newText == qstr("+")) {
|
||||
if (!plusFound && newText == u"+"_q) {
|
||||
newText = QString();
|
||||
newPos = 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user