Fixes warnings about unused variables

Reviewed-by: Peter Hartmann
(cherry picked from commit 61c6d66b7efd8de4a83b021e7c4ef2b1a803ece2)
This commit is contained in:
Olivier Goffart 2011-04-27 18:33:54 +02:00
parent 12c96812f9
commit c6e1ee2b28

View File

@ -290,6 +290,7 @@ QHostInfo QHostInfoPrivate::fromName(const QString &name, QSharedPointer<QNetwor
// This function has a special implementation for symbian right now in qhostinfo_symbian.cpp but not on other OS.
QHostInfo QHostInfoAgent::fromName(const QString &hostName, QSharedPointer<QNetworkSession>)
{
Q_UNUSED(networkSession);
return QHostInfoAgent::fromName(hostName);
}
#endif