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

Function foreach

gui/qt/romselection.cpp:297–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295 if (mimeData->hasUrls()) {
296 const QList<QUrl> urlList = mimeData->urls();
297 foreach (const QUrl &url, urlList) {
298 m_segs.append(url.toLocalFile());
299 }
300 }
301
302 e->acceptProposedAction();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected