MCPcopy Create free account
hub / github.com/OneMoreGres/ScreenTranslator / packSubstitutions

Function packSubstitutions

src/settings.cpp:72–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72QStringList packSubstitutions(const Substitutions& source)
73{
74 QStringList result;
75 for (const auto& i : source) {
76 result << i.first << i.second.source << i.second.target;
77 }
78 return result;
79}
80
81Substitutions unpackSubstitutions(const QStringList& raw)
82{

Callers 1

saveMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected