src/network/kernel/qhostinfo.cpp
changeset 37 758a864f9613
parent 30 5dc02b23752f
equal deleted inserted replaced
36:ef0373b55136 37:758a864f9613
   645     currentLookups.removeOne(r);
   645     currentLookups.removeOne(r);
   646     finishedLookups.append(r);
   646     finishedLookups.append(r);
   647     work();
   647     work();
   648 }
   648 }
   649 
   649 
   650 // This function returns immediatly when we had a result in the cache, else it will later emit a signal
   650 // This function returns immediately when we had a result in the cache, else it will later emit a signal
   651 QHostInfo qt_qhostinfo_lookup(const QString &name, QObject *receiver, const char *member, bool *valid, int *id)
   651 QHostInfo qt_qhostinfo_lookup(const QString &name, QObject *receiver, const char *member, bool *valid, int *id)
   652 {
   652 {
   653     *valid = false;
   653     *valid = false;
   654     *id = -1;
   654     *id = -1;
   655 
   655