Commit 1cad275b authored by Friedemann Kleint's avatar Friedemann Kleint Committed by The Qt Project
Browse files

Filetree-example: Fix sort order.


The debug version of the algorithm in MSVC performs a check
on the less-than function (if a < b, b < a should be false).
Always returning QXmlNodeModelIndex::Precedes fails that.

Task-number: QTBUG-35525

Change-Id: I2ad030284eb76fd07427ffb710b3d3afd63103e5
Reviewed-by: default avatarJan Arve Sæther <jan-arve.saether@digia.com>
parent 11594920
Showing with 2 additions and 2 deletions
Supports Markdown
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