Details
-
Bug
-
Resolution: Cannot Reproduce
-
P3: Somewhat important
-
None
-
4.5.2
-
None
Description
Platform
Windows Vista
Compilers
MSVC
Compiler details
VS2008 Pro SP1
Steps to reproduce / test case
Just create any of the following: QColumnView, QListView, QTableView, or QTreeView. Then create QFileSystemModel, setRootPath() on any directory, and setModel() for the view. Now, create a folder/file in the specified directory - the model content gets updated; delete the folder/file you just created - the model content stays the same.