MCPcopy Create free account
hub / github.com/OpenMW/openmw / writeKeyValues

Function writeKeyValues

components/config/launchersettings.cpp:184–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182
183 template <std::size_t size>
184 void writeKeyValues(
185 const QString& prefix, const char (&suffix)[size], const QStringList& values, QTextStream& stream)
186 {
187 for (const auto& v : values)
188 stream << prefix << '/' << suffix << '=' << v << '\n';
189 }
190
191 void writeSettings(const LauncherSettings::Settings& value, QTextStream& stream)
192 {

Callers 1

writeProfilesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected