mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 02:54:46 -04:00
Remove YACReader::SearchModifiers
They are no longer used
This commit is contained in:
@ -89,5 +89,5 @@ void YACReaderSearchLineEdit::updateCloseButton(const QString &text)
|
||||
|
||||
void YACReaderSearchLineEdit::processText(const QString &text)
|
||||
{
|
||||
emit filterChanged(YACReader::NoModifiers, text);
|
||||
emit filterChanged(text);
|
||||
}
|
||||
|
Reference in New Issue
Block a user