mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Replaced some qsl with u""_q literal.
This commit is contained in:
@@ -693,7 +693,7 @@ void FieldAutocomplete::hideAnimated() {
|
||||
void FieldAutocomplete::hideFinish() {
|
||||
hide();
|
||||
_hiding = false;
|
||||
_filter = qsl("-");
|
||||
_filter = u"-"_q;
|
||||
_inner->clearSel(true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user