4#ifndef QFILESYSTEMWATCHER_POLLING_P_H
5#define QFILESYSTEMWATCHER_POLLING_P_H
18#include <QtCore/qfileinfo.h>
19#include <QtCore/qmutex.h>
20#include <QtCore/qdatetime.h>
21#include <QtCore/qdir.h>
22#include <QtCore/qtimer.h>
23#include <QtCore/qhash.h>
40 QFile::Permissions permissions;
51 if (fileInfo.
isDir()) {
55 FileInfo &operator=(
const QFileInfo &fileInfo)
57 *
this = FileInfo(fileInfo);
65 return (ownerId != fileInfo.
ownerId()
66 || groupId != fileInfo.
groupId()
\inmodule QtCore\reentrant
QStringList entryList(Filters filters=NoFilter, SortFlags sort=NoSort) const
This is an overloaded member function, provided for convenience. It differs from the above function o...
\inmodule QtCore \reentrant
QDateTime lastModified() const
Returns the date and time when the file was last modified.
uint groupId() const
Returns the id of the group the file belongs to.
bool isDir() const
Returns true if this object points to a directory or to a symbolic link to a directory.
uint ownerId() const
Returns the id of the owner of the file.
QDir absoluteDir() const
Returns the file's absolute path as a QDir object.
QFile::Permissions permissions() const
Returns the complete OR-ed together combination of QFile::Permissions for the file.
QObject * parent() const
Returns a pointer to the parent object.
QStringList addPaths(const QStringList &paths, QStringList *files, QStringList *directories) override
QStringList removePaths(const QStringList &paths, QStringList *files, QStringList *directories) override
Combined button and popup list for selecting options.
constexpr bool operator!=(const timespec &t1, const timespec &t2)
GLbitfield GLuint64 timeout
[4]
GLsizei const GLuint * paths
#define QT_REQUIRE_CONFIG(feature)