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

Function Q_FOREACH

Engine/FileSystemModel.cpp:524–532  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

522 QFileInfoList drives = QDir::drives();
523
524 Q_FOREACH(const QFileInfo &drive, drives) {
525 // for drives, there is no filename
526 QString driveName = drive.canonicalPath();
527 QString uncPath = mapPathWithDriveLetterToPathWithNetworkShareName(driveName);
528
529#ifdef DEBUG
530 qDebug() << "Filesystem: " << driveName << " = " << uncPath;
531#endif
532 }
533}
534
535QString

Callers

nothing calls this directly

Calls 6

appendMethod · 0.80
registerItemMethod · 0.80
addChildMethod · 0.80
getMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected