File indexing completed on 2024-05-05 05:41:38

0001 #include <QtCore/QMap>
0002 
0003 
0004 
0005 
0006 
0007 
0008 struct A
0009 {
0010 
0011 };
0012 
0013 
0014 
0015 
0016 void test()
0017 {
0018     QMap<A*, int> map;
0019     QMap<A, int> map2;
0020 }