Signal QWebPage::loadFinished(bool) returns twice?
问题 I got a problem with QWebPage::loadFinished (bool) signal , it calls back twice , is that normal ? ( there's no link following at all , e.g HTTP status 302 ) Consider the following code , the whole thing may cause problem , is trying to load another link within that slot , will this be a problem ? If i do a qDebug() << thisUrl; each time in loadFinished(bool) slot , i could see it for 3 times , is that normal , one for url XXX , and two for url YYY , and the last two links are exactly the