# | Line 229 | Line 229 | void XmlPatch::checkPatchVersion(const Q | |
---|---|---|
229 | ||
230 | QString line, patchVersion=""; | |
231 | ||
232 | < | // First get the patch version and check it validity |
232 | > | // First get the patch version and check its validity |
233 | while ( !fileStream.atEnd() ){ | |
234 | line = fileStream.readLine(); | |
235 |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |