equal
deleted
inserted
replaced
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 |