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

Method FileSystemWatcher

src/fswatcher/filesystemwatcher.cpp:203–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201};
202
203FileSystemWatcher::FileSystemWatcher() {
204 d = std::make_shared<PrivateData>();
205
206 d->eventsLoopTimer.setInterval(100);
207 connect(&d->eventsLoopTimer, &QTimer::timeout, this, &FileSystemWatcher::readEvents);
208}
209
210FileSystemWatcher::FileSystemWatcher(const QDir& path) : FileSystemWatcher() {
211 updateWatchedDirectories(QDirSet{{path}});

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected