MCPcopy Create free account
hub / github.com/Theverat/NormalmapGenerator / foreach

Function foreach

src_gui/mainwindow.cpp:162–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160 QList<QUrl> urls;
161
162 foreach(QString path, fileList) {
163 QUrl subUrl = QUrl::fromLocalFile(directory.absolutePath() + QDir::separator() + path);
164 urls.append(subUrl);
165 }
166
167 loadMultipleDropped(urls);
168}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected