mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-02 18:21:53 +00:00
Replaced some qstr with u""_q literal.
This commit is contained in:
@@ -1729,7 +1729,7 @@ void Widget::searchFailed(
|
||||
SearchRequestType type,
|
||||
const MTP::Error &error,
|
||||
mtpRequestId requestId) {
|
||||
if (error.type() == qstr("SEARCH_QUERY_EMPTY")) {
|
||||
if (error.type() == u"SEARCH_QUERY_EMPTY"_q) {
|
||||
searchReceived(
|
||||
type,
|
||||
MTP_messages_messages(
|
||||
|
||||
Reference in New Issue
Block a user