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:
@@ -2766,7 +2766,7 @@ void MainWidget::activate() {
|
||||
if (_a_show.animating()) {
|
||||
return;
|
||||
} else if (!cSendPaths().isEmpty()) {
|
||||
const auto interpret = qstr("interpret://");
|
||||
const auto interpret = u"interpret://"_q;
|
||||
const auto path = cSendPaths()[0];
|
||||
if (path.startsWith(interpret)) {
|
||||
cSetSendPaths(QStringList());
|
||||
|
Reference in New Issue
Block a user