42 #ifndef QFILESYSTEMWATCHER_H 43 #define QFILESYSTEMWATCHER_H 45 #include <QtCore/qobject.h> 47 #ifndef QT_NO_FILESYSTEMWATCHER 67 void addPath(
const QString &file);
69 void removePath(
const QString &file);
76 void fileChanged(
const QString &path);
77 void directoryChanged(
const QString &path);
88 #endif // QT_NO_FILESYSTEMWATCHER 89 #endif // QFILESYSTEMWATCHER_H #define QT_END_NAMESPACE
This macro expands to.
The QFileSystemWatcher class provides an interface for monitoring files and directories for modificat...
#define Q_PRIVATE_SLOT(d, signature)
The QString class provides a Unicode character string.
The QObject class is the base class of all Qt objects.
#define QT_BEGIN_NAMESPACE
This macro expands to.
The QStringList class provides a list of strings.
#define Q_DECLARE_PRIVATE(Class)