Split polling watcher out to its own seperate files.
authorRobin Burchell <robin.burchell@collabora.com>
Wed, 4 Jan 2012 20:44:35 +0000 (21:44 +0100)
committerQt by Nokia <qt-info@nokia.com>
Wed, 4 Jan 2012 21:21:19 +0000 (22:21 +0100)
commit4b31b4e9e7c92665e035ed5042a786a61a3bfc9c
treed987ea7df121088a255ceb2943b93ea6bdb17f29
parent73187281c3f88b7a709713a2b09fb43871ea6b6d
Split polling watcher out to its own seperate files.

Just helps maintain sanity and clarity a bit.

Change-Id: Iaf00f9ecf2d959afcd8fe18bbca71a403cf9818d
Reviewed-by: Denis Dzyubenko <denis.dzyubenko@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_polling.cpp [new file with mode: 0644]
src/corelib/io/qfilesystemwatcher_polling_p.h [new file with mode: 0644]