Fix formatting issues
This commit is contained in:
parent
a2e120a8a3
commit
cc89a36f46
1 changed files with 2 additions and 1 deletions
|
|
@ -206,7 +206,8 @@ TimelineFilter::currentIndex() const
|
|||
bool
|
||||
TimelineFilter::isFiltering() const
|
||||
{
|
||||
return incrementalSearchIndex != std::numeric_limits<int>::max() && !(threadId.isEmpty() && contentFilter.isEmpty());
|
||||
return incrementalSearchIndex != std::numeric_limits<int>::max() &&
|
||||
!(threadId.isEmpty() && contentFilter.isEmpty());
|
||||
}
|
||||
|
||||
bool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue