tst_QMap: remove unused std::as_const clone
Amends d273076b4474bb473d90e996960c4c773745761a. Pick-to: 6.4 6.2 Change-Id: Icfff438223ed10756f15e25ea52cccdf93dd47a2 Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
This commit is contained in:
parent
a823366f77
commit
0786405857
@ -1802,12 +1802,6 @@ void tst_QMap::equal_range()
|
|||||||
QCOMPARE(map.count(1), 2);
|
QCOMPARE(map.count(1), 2);
|
||||||
}
|
}
|
||||||
|
|
||||||
template <class T>
|
|
||||||
const T &const_(const T &t)
|
|
||||||
{
|
|
||||||
return t;
|
|
||||||
}
|
|
||||||
|
|
||||||
void tst_QMap::insert()
|
void tst_QMap::insert()
|
||||||
{
|
{
|
||||||
QMap<QString, float> map;
|
QMap<QString, float> map;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user