QPollingFileSystemWatcherEngine inherits from QFileSystemWatcherEngine.
This class should be covered by !QT_NO_FILESYSTEMWATCHER.
Change-Id: I053a873018cf3c9c443435c9b3f44240b0965c24
Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
#include "qfilesystemwatcher_polling_p.h"
#include <QtCore/qtimer.h>
#include "qfilesystemwatcher_polling_p.h"
#include <QtCore/qtimer.h>
+#ifndef QT_NO_FILESYSTEMWATCHER
+
QT_BEGIN_NAMESPACE
QPollingFileSystemWatcherEngine::QPollingFileSystemWatcherEngine(QObject *parent)
QT_BEGIN_NAMESPACE
QPollingFileSystemWatcherEngine::QPollingFileSystemWatcherEngine(QObject *parent)
+#endif // !QT_NO_FILESYSTEMWATCHER
#include "qfilesystemwatcher_p.h"
#include "qfilesystemwatcher_p.h"
+#ifndef QT_NO_FILESYSTEMWATCHER
QT_BEGIN_NAMESPACE
enum { PollingInterval = 1000 };
QT_BEGIN_NAMESPACE
enum { PollingInterval = 1000 };
+#endif // !QT_NO_FILESYSTEMWATCHER
#endif // QFILESYSTEMWATCHER_POLLING_P_H
#endif // QFILESYSTEMWATCHER_POLLING_P_H