summaryrefslogtreecommitdiffstats
path: root/LGPL_EXCEPTION.txt
diff options
context:
space:
mode:
authorAlexander Volkov <a.volkov@rusbitech.ru>2016-03-01 15:44:06 +0300
committerAlexander Volkov <a.volkov@rusbitech.ru>2016-05-10 20:51:15 +0000
commitacf43c17b647cdbfc3186bb8bf7e183df67a090b (patch)
tree9edaf0165ec2afed95dea25ee0742251c3f7f1c6 /LGPL_EXCEPTION.txt
parentab3a8443faa36799ab8142e48d25d8ff10f9d0bf (diff)
QFileSystemModel: create nodes with correct QFileInfos
Create parent nodes with the corresponding paths, not with the absolute path of the child node. Otherwise we will get incorrect QFileInfo at least in the following case: QFileSystemModel model; model.setRootPath("/usr/bin"); QModelIndex idx = model.setRootPath("/usr"); qDebug() << model.fileInfo(idx).absoluteFilePath(); Without the fix it prints "/usr/bin". It's a regression triggered by 61cefb2f7a7cb16dfa2732e26d2319017039ef62 (De-inline QFileSystemModel::fileInfo() and implement it efficiently). Change-Id: I3b4e5f5b256711e27ad50824eaa8492dbc096808 Task-number: QTBUG-51586 Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
Diffstat (limited to 'LGPL_EXCEPTION.txt')
0 files changed, 0 insertions, 0 deletions