18#ifndef DFILESYSTEMWATCHER_WIN_P_H
19#define DFILESYSTEMWATCHER_WIN_P_H
21#include "base/private/dobject_p.h"
25class DFileSystemWatcher;
26class DFileSystemWatcherPrivate :
public DObjectPrivate
28 Q_DECLARE_PUBLIC(DFileSystemWatcher)
31 DFileSystemWatcherPrivate(
int fd, DFileSystemWatcher *qq);
32 ~DFileSystemWatcherPrivate();
35 void _q_readFromInotify();
38void DFileSystemWatcherPrivate::_q_readFromInotify()