k.qasempour, the question of the foundations of C++ : what happens with timer at line 11 ?
Qt Code:
for(link1 to link100) { . . . myHttp.get(some path) QTimer timer; connect(timer,SIGNAL(timeout()),this,SLOT(someslot ())) timer.start(5000); }To copy to clipboard, switch view to plain text mode
Bookmarks