MCPcopy Create free account
hub / github.com/TheAssassin/AppImageLauncher / INotifyEvent

Class INotifyEvent

src/fswatcher/filesystemwatcher.cpp:17–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15#include "filesystemwatcher.h"
16
17class INotifyEvent {
18public:
19 uint32_t mask;
20 QString path;
21
22public:
23 INotifyEvent(uint32_t mask, QString path) : mask(mask), path(std::move(path)) {}
24};
25
26class FileSystemWatcher::PrivateData {
27public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected