![]() |
Qt 6.x
The Qt SDK
|
#include <qplatformdefs.h>
#include "qdiriterator.h"
#include "qfilesystemwatcher.h"
#include "qfilesystemwatcher_fsevents_p.h"
#include "private/qcore_unix_p.h"
#include "kernel/qcore_mac_p.h"
#include <qdebug.h>
#include <qdir.h>
#include <qfile.h>
#include <qfileinfo.h>
#include <qvarlengtharray.h>
#include <qscopeguard.h>
Go to the source code of this file.
Macros | |
#define | DEBUG if (false) qDebug |
Functions | |
static QT_BEGIN_NAMESPACE void | callBackFunction (ConstFSEventStreamRef streamRef, void *clientCallBackInfo, size_t numEvents, void *eventPaths, const FSEventStreamEventFlags eventFlags[], const FSEventStreamEventId eventIds[]) |
Definition at line 23 of file qfilesystemwatcher_fsevents.mm.
|
static |
Definition at line 28 of file qfilesystemwatcher_fsevents.mm.