From c3b9a67cf054c71d7dd57d91220cded62256019d Mon Sep 17 00:00:00 2001 From: Giuseppe D'Angelo Date: Sat, 24 Mar 2012 18:23:49 +0000 Subject: More qHash(T, uint) overloads for Qt types The more we get in 5.0, the better. Change-Id: If00084477709db4fc3f6b2e15024d046491be2ae Reviewed-by: Thiago Macieira --- src/network/kernel/qhostaddress.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/network/kernel/qhostaddress.h') diff --git a/src/network/kernel/qhostaddress.h b/src/network/kernel/qhostaddress.h index fdf09ecc82..b298e3f479 100644 --- a/src/network/kernel/qhostaddress.h +++ b/src/network/kernel/qhostaddress.h @@ -135,7 +135,7 @@ Q_NETWORK_EXPORT QDebug operator<<(QDebug, const QHostAddress &); #endif -Q_NETWORK_EXPORT uint qHash(const QHostAddress &key); +Q_NETWORK_EXPORT uint qHash(const QHostAddress &key, uint seed = 0); #ifndef QT_NO_DATASTREAM Q_NETWORK_EXPORT QDataStream &operator<<(QDataStream &, const QHostAddress &); -- cgit v1.2.3