From 32068cb707bc60d6a74697beaea6fb7cab399bb8 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Wed, 28 Mar 2012 00:32:02 +0200 Subject: Remove comment about QVariantList and QVariantMap. They predate Qt 4.5, but it looks like the comments are indicating that QVariantList and QVariantMap types will use the basic template, but that is not the case. Instead they will use the compare specializations for QList and QMap respectively. Change-Id: Iebf7e9b8aaa8a699ea720090fbf641dfecde0ff7 Reviewed-by: Thiago Macieira --- tests/auto/dbus/qdbusmarshall/common.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/auto/dbus') diff --git a/tests/auto/dbus/qdbusmarshall/common.h b/tests/auto/dbus/qdbusmarshall/common.h index 025641531d..f4c10c467d 100644 --- a/tests/auto/dbus/qdbusmarshall/common.h +++ b/tests/auto/dbus/qdbusmarshall/common.h @@ -350,8 +350,6 @@ QT_END_NAMESPACE #endif -//bool compare(const QVariantList &l1, const QVariantList &l2); -//bool compare(const QVariantMap &m1, const QVariantMap &m2); template bool compare(const T &t1, const T &t2) { return t1 == t2; } -- cgit v1.2.3