Skip to content
Commit 8733f435 authored by David Faure's avatar David Faure
Browse files

backport 704fdba37b: Do not query the row count repeatedly.

The compiler is not smart enough to hoist this call out
of the loop. But we can expect that the row count will not
change during a call to filterAcceptsRow.

Patch by Milian Wolff.
parent 5c0a31a2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment