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