MCPcopy Create free account
hub / github.com/WarmUpTill/SceneSwitcher / getFileWatcherList

Function getFileWatcherList

plugins/base/macro-condition-folder.cpp:202–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200}
201
202static QStringList getFileWatcherList(const QSet<QString> &files,
203 const QString &dirName)
204{
205 QStringList list;
206 for (const auto &value : files) {
207 list << (dirName + "/" + value);
208 }
209 return list;
210}
211
212void MacroConditionFolder::SetupWatcher()
213{

Callers 1

SetupWatcherMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected