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

Function getFilesInDir

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

Source from the content-addressed store, hash-verified

91}
92
93static QSet<QString> getFilesInDir(const QString &path)
94{
95 QSet<QString> result;
96 for (const auto &file : QDir(path).entryList(QDir::Files)) {
97 result << file;
98 }
99 return result;
100}
101
102static QSet<QString> getDirsInDir(const QString &path)
103{

Callers 2

DirectoryChangedMethod · 0.85
SetupWatcherMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected