MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / foreach

Function foreach

gui/qt/sendinghandler.cpp:44–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42static bool checkValidFile(const char *path) {
43 QString npath(path);
44 foreach (const QString &str, valid_suffixes) {
45 if (npath.endsWith(str, Qt::CaseInsensitive)) {
46 bundleList.append(path);
47 return true;
48 }
49 }
50 return false;
51}
52

Callers

nothing calls this directly

Calls 1

pathHasBundleExtensionFunction · 0.85

Tested by

no test coverage detected