Changeset 616 for trunk/src/corelib
- Timestamp:
- Feb 28, 2010, 11:13:32 PM (15 years ago)
- Location:
- trunk/src/corelib/io
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/corelib/io/io.pri
r561 r616 69 69 70 70 SOURCES += io/qfsfileengine_iterator_os2.cpp 71 # @todo later 72 # SOURCES += io/qfilesystemwatcher_os2.cpp 73 # HEADERS += io/qfilesystemwatcher_os2_p.h 71 SOURCES += io/qfilesystemwatcher_os2.cpp 72 HEADERS += io/qfilesystemwatcher_os2_p.h 74 73 } else:unix { 75 74 SOURCES += io/qfsfileengine_unix.cpp -
trunk/src/corelib/io/qfilesystemwatcher.cpp
r613 r616 55 55 #if defined(Q_OS_WIN) 56 56 # include "qfilesystemwatcher_win_p.h" 57 58 57 59 #elif defined(Q_OS_LINUX) 58 60 # include "qfilesystemwatcher_inotify_p.h" … … 298 300 #if defined(Q_OS_WIN) 299 301 return new QWindowsFileSystemWatcherEngine; 302 303 304 305 306 307 300 308 #elif defined(Q_OS_LINUX) 301 309 QFileSystemWatcherEngine *eng = QInotifyFileSystemWatcherEngine::create();
Note:
See TracChangeset
for help on using the changeset viewer.