UIKit0 / freemedforms

Automatically exported from code.google.com/p/freemedforms
Other
0 stars 0 forks source link

Utils::HttpMultiDownloader creates a xml index file: should use a QTextStream #350

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Utils::HttpMultiDownloader creates a xml index file using Utils::SaveTextFile 
each time which rewrite the entire index. Instead we should add new downloaded 
references by using a QTextStream.

Original issue reported on code.google.com by eric.mae...@gmail.com on 18 May 2014 at 6:19