Hi Petr,
The revision looks pretty good!
The only thing I noted was that instead of implementing the custom function getPeerIdFromPeerInfo() we could use the new Uri::queryItemValue (const QByteArray &key) which will return the value associated with the key or a QByteArray() is none is associated.
Btw, I liked that one:
Q_ASSERT (false && “peerInfo does not contain peer ID!”);
I think I’ll be writing my Q_ASSERT (false) like this from now on! :-)
Regards,
Peter
