MCPcopy Create free account
hub / github.com/IENT/YUView / toQStringList

Function toQStringList

YUViewLib/src/common/Functions.cpp:156–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154}
155
156QStringList toQStringList(const std::vector<std::string> &stringVec)
157{
158 QStringList list;
159 for (const auto &s : stringVec)
160 list.append(QString::fromStdString(s));
161 return list;
162}
163
164std::string toLower(std::string str)
165{

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected