MCPcopy Create free account
hub / github.com/QNapi/qnapi / foreach

Function foreach

libqnapi/src/config/configreader.cpp:84–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 const QSettings& settings) const {
83 QList<QPair<QString, bool>> defaultEnabledEngines;
84 foreach (QString engineName, enginesRegistry->listEngineNames()) {
85 defaultEnabledEngines << qMakePair(engineName, true);
86 }
87
88 QStringList enabledEnginesStr =
89 settings.value("qnapi/engines", QStringList()).toStringList();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected