I have set a function that goes through the database. from it it collect url's and download the files. at some url's i get a response "Host XYZ not found" and the function does not work anymore (the function is called from a loop that goes from the first record to the last) - the QHttp get() does not work any more. the function start workiing again if i start it manually from button on the GUI. What is the difference betwet calling a function from the loop and from the GUI?
Regards;
Luka