equal
deleted
inserted
replaced
1378 d->startConnectingByName(hostName); |
1378 d->startConnectingByName(hostName); |
1379 return; |
1379 return; |
1380 #endif |
1380 #endif |
1381 } else { |
1381 } else { |
1382 if (d->threadData->eventDispatcher) { |
1382 if (d->threadData->eventDispatcher) { |
1383 // this internal API for QHostInfo either immediatly gives us the desired |
1383 // this internal API for QHostInfo either immediately gives us the desired |
1384 // QHostInfo from cache or later calls the _q_startConnecting slot. |
1384 // QHostInfo from cache or later calls the _q_startConnecting slot. |
1385 bool immediateResultValid = false; |
1385 bool immediateResultValid = false; |
1386 QHostInfo hostInfo = qt_qhostinfo_lookup(hostName, |
1386 QHostInfo hostInfo = qt_qhostinfo_lookup(hostName, |
1387 this, |
1387 this, |
1388 SLOT(_q_startConnecting(QHostInfo)), |
1388 SLOT(_q_startConnecting(QHostInfo)), |