mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-21 23:09:40 +00:00
parent
98fa63dcb4
commit
8ec32dc3f9
@ -534,7 +534,7 @@ void TocWidget::filterContents()
|
||||
int size = indices.size();
|
||||
for (int i = 0; i < size; i++) {
|
||||
QModelIndex index = indices[i];
|
||||
bool matches =
|
||||
bool matches = filter_ &&
|
||||
index.data().toString().contains(
|
||||
filter_->text(), Qt::CaseInsensitive);
|
||||
TocItem const & item =
|
||||
|
Loading…
x
Reference in New Issue
Block a user