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

Method getInfo

YUViewLib/src/handler/UpdateHandlerFile.cpp:156–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154}
155
156QString updateFileHandler::getInfo() const
157{
158 QString s;
159 for (auto f : this->updateFileList)
160 {
161 s += " - " + f.filePath;
162 }
163 return s;
164}
165
166updateFileHandler::fileListEntry updateFileHandler::createFileEntry(QStringList &lineSplit) const
167{

Callers 1

MainWindowMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected