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

Function writeKeyValue

components/config/launchersettings.cpp:166–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164
165 template <std::size_t size>
166 void writeKeyValue(const char (&key)[size], const QString& value, QTextStream& stream)
167 {
168 stream << key << '=' << value << '\n';
169 }
170
171 template <std::size_t size>
172 void writeKeyValue(const char (&key)[size], bool value, QTextStream& stream)

Callers 4

writeSettingsFunction · 0.85
writeProfilesFunction · 0.85
writeGeneralFunction · 0.85
writeImporterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected