summaryrefslogtreecommitdiffstats
path: root/src/network/kernel/qhostinfo.cpp
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@nokia.com>2011-04-26 13:28:34 (GMT)
committerThiago Macieira <thiago.macieira@nokia.com>2011-04-26 14:35:54 (GMT)
commit940f16babab76b328b7c9bfdb5435102c689b76b (patch)
tree68571217539feb8107690593b5dc34acffe559c9 /src/network/kernel/qhostinfo.cpp
parent00596fe54daa4a26ef17f9673a72ba5ff0d939f6 (diff)
downloadQt-940f16babab76b328b7c9bfdb5435102c689b76b.zip
Qt-940f16babab76b328b7c9bfdb5435102c689b76b.tar.gz
Qt-940f16babab76b328b7c9bfdb5435102c689b76b.tar.bz2
Fix warnings on unused parameters and variables
Diffstat (limited to 'src/network/kernel/qhostinfo.cpp')
-rw-r--r--src/network/kernel/qhostinfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/kernel/qhostinfo.cpp b/src/network/kernel/qhostinfo.cpp
index a16d4ca..c86f510 100644
--- a/src/network/kernel/qhostinfo.cpp
+++ b/src/network/kernel/qhostinfo.cpp
@@ -288,7 +288,7 @@ QHostInfo QHostInfoPrivate::fromName(const QString &name, QSharedPointer<QNetwor
#ifndef Q_OS_SYMBIAN
// 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> networkSession)
+QHostInfo QHostInfoAgent::fromName(const QString &hostName, QSharedPointer<QNetworkSession>)
{
return QHostInfoAgent::fromName(hostName);
}