Introspect qrc files in FolderListModel.
authorGatis Paeglis <gatis.paeglis@digia.com>
Tue, 12 Aug 2014 12:46:05 +0000 (14:46 +0200)
committerGatis Paeglis <gatis.paeglis@digia.com>
Fri, 22 Aug 2014 21:00:37 +0000 (23:00 +0200)
commit253e9257e1f586d1c1dfa585aa6f862d310cdec3
tree4425049801c343aac4c39ee127104611b1484366
parent3cc2b8d7d94361ef786304024fd2ddca4103f94b
Introspect qrc files in FolderListModel.

And don't use "file watchers" for resource file paths,
otherwise it generates the following warning:

QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No
such file or directory

Change-Id: I6b75c9195fb2b2ba7b3e0bb7d146fc5cd343927e
Task-number: QTBUG-40307
Reviewed-by: Shawn Rutledge <shawn.rutledge@digia.com>
src/imports/folderlistmodel/fileinfothread.cpp
src/imports/folderlistmodel/qquickfolderlistmodel.cpp
tests/auto/qml/qquickfolderlistmodel/data/introspect.qrc [new file with mode: 0644]
tests/auto/qml/qquickfolderlistmodel/data/qrc.qml [new file with mode: 0644]
tests/auto/qml/qquickfolderlistmodel/data/txtdir/hello.txt [new file with mode: 0644]
tests/auto/qml/qquickfolderlistmodel/qquickfolderlistmodel.pro
tests/auto/qml/qquickfolderlistmodel/tst_qquickfolderlistmodel.cpp