MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / Q_FOREACH

Function Q_FOREACH

Engine/Project.cpp:576–578  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

574 Hash64 timeHash;
575
576 Q_FOREACH(QChar ch, timeStr) {
577 timeHash.append<unsigned short>( ch.unicode() );
578 }
579 timeHash.computeHash();
580 QString timeHashStr = QString::number( timeHash.value() );
581 filePath.append(QLatin1Char('.') + timeHashStr);

Callers

nothing calls this directly

Calls 5

appendMethod · 0.80
containsMethod · 0.45
leftMethod · 0.45
sizeMethod · 0.45
pathMethod · 0.45

Tested by

no test coverage detected