I don't see why not.
But in that case you just make things more complicated that way, I think. Why not just loop through the list:
foreach (QUrl url, ListOfLinks) {
donwload(url);
}
I don't see why not.
But in that case you just make things more complicated that way, I think. Why not just loop through the list:
foreach (QUrl url, ListOfLinks) {
donwload(url);
}
matthieunc (28th July 2011)
Bookmarks