Remove support for dnotify QFileSystemWatcher.
authorRobin Burchell <robin.burchell@collabora.com>
Tue, 27 Dec 2011 17:24:57 +0000 (18:24 +0100)
committerQt by Nokia <qt-info@nokia.com>
Mon, 2 Jan 2012 17:19:36 +0000 (18:19 +0100)
commitd4514b63c7297dad8ca6710d71bee4db4431d6dc
treea6c3ac34fc09b52df495d31889d7af3c5ab81115
parent9fbfddfe8afe7a73b1136f20211da7274217b9e1
Remove support for dnotify QFileSystemWatcher.

Inotify has been available in Linux for some ~6 years now, 7 when Qt 5 will
actually be released, so I'd say it's safe to remove this fallback path now,
particularly as the autotest notes that it's broken.

Change-Id: I49dbb161d4765d63e92f512a6375323c7d37ccbe
Reviewed-by: João Abecasis <joao.abecasis@nokia.com>
Reviewed-by: Bradley T. Hughes <bradley.hughes@nokia.com>
src/corelib/io/io.pri
src/corelib/io/qfilesystemwatcher.cpp
src/corelib/io/qfilesystemwatcher_dnotify.cpp [deleted file]
src/corelib/io/qfilesystemwatcher_dnotify_p.h [deleted file]
src/corelib/io/qfilesystemwatcher_p.h
tests/auto/corelib/io/qfilesystemwatcher/tst_qfilesystemwatcher.cpp