mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-02 07:35:12 +00:00
Replaced some qstr with u""_q literal.
This commit is contained in:
@@ -2149,7 +2149,7 @@ void InnerWidget::parentGeometryChanged() {
|
||||
}
|
||||
|
||||
void InnerWidget::applyFilterUpdate(QString newFilter, bool force) {
|
||||
const auto mentionsSearch = (newFilter == qstr("@"));
|
||||
const auto mentionsSearch = (newFilter == u"@"_q);
|
||||
const auto words = mentionsSearch
|
||||
? QStringList(newFilter)
|
||||
: TextUtilities::PrepareSearchWords(newFilter);
|
||||
|
Reference in New Issue
Block a user