summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
diff options
context:
space:
mode:
authorDongmei Wang <dongmei.wang@qt.io>2018-11-09 00:07:58 -0800
committerKarsten Heimrich <karsten.heimrich@qt.io>2021-05-22 13:50:57 +0200
commit5369a28df650c8f09e30dbf5c23746e103a87e7f (patch)
treeb257ffea5435d6c57e4c80caef567ea7bc599c7e /tests/auto/corelib
parent27ba40b049c494a8b5f2383b1dcb5edf795bc5bc (diff)
QFileSystemModel fails to locate a host from root's visible children
In QFileSystemModel, in some cases the hostname in a UNC path is converted to lower case and stored in the root node's visibleChildren. When QFileSystemModel sets the UNC path as the root path, it tries to get the row number for the host, but it didn't convert the hostname to lower case before getting the row number, which resulted in the host not found in the root node's visible children. As a result, it returns -1, an invalid row number. Change the behavior to find the node for the host using the host name case-insensitive and then get the row number. Fixes: QTBUG-71701 Change-Id: Ib95c7b6d2bc22fd82f2789b7004b6fc82dfcb13b Reviewed-by: Edward Welbourne <edward.welbourne@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Alex Blasche <alexander.blasche@qt.io> (cherry picked from commit e253a30238ed1a93877780428c035d3b7a53e22a)
Diffstat (limited to 'tests/auto/corelib')
0 files changed, 0 insertions, 0 deletions