Simplify YACReaderSearchLineEdit

Modifiers are no longer needed since we have advanced search
This commit is contained in:
Luis Ángel San Martín
2021-10-07 22:18:21 +02:00
parent 8173f9f94c
commit 2e24c1f36f
2 changed files with 2 additions and 51 deletions

View File

@ -31,8 +31,6 @@ private slots:
private:
QToolButton *clearButton;
QLabel *searchLabel;
QCompleter *modifiersCompleter;
QStringList modifiers;
};
#endif // YACREADER_SEARCH_LINE_EDIT_H