aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlpreview/qmlpreviewfilesystemwatcher.h
Commit message (Collapse)AuthorAgeFilesLines
* qmlpreview: Use a better file system watcherUlf Hermann2018-11-141-0/+70
We need to keep watching files even if they are removed and re-added as editors frequently do when manipulating text files. QFileSystemWatcher cannot do this by itself, and our simplistic timeout-based attempt didn't work work properly either. Fixes: QTBUG-71768 Change-Id: I21e914138179ad8adf07f0196fec8ddcda2cbfca Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>