equal
deleted
inserted
replaced
11 * |
11 * |
12 * Contributors: |
12 * Contributors: |
13 * |
13 * |
14 * Description: |
14 * Description: |
15 * |
15 * |
16 * Version : %version: 5 % |
16 * Version : %version: 6 % |
17 */ |
17 */ |
18 #ifndef TestCacheProxy_H |
18 #ifndef TestCacheProxy_H |
19 #define TestCacheProxy_H |
19 #define TestCacheProxy_H |
20 |
20 |
21 #include <QObject> |
21 #include <QObject> |
53 //HgDataProviderModel |
53 //HgDataProviderModel |
54 void testDP_QAbstractItemModel(); |
54 void testDP_QAbstractItemModel(); |
55 void testDP_RequestReleaseAndData(); |
55 void testDP_RequestReleaseAndData(); |
56 void testDP_CacheManagment(); |
56 void testDP_CacheManagment(); |
57 void testDP_QPixmapPool(); |
57 void testDP_QPixmapPool(); |
|
58 void testDP_IconMode(); |
58 |
59 |
59 //HgCacheProxyModel |
60 //HgCacheProxyModel |
60 void testCP_QAbstractItemModel(); |
61 void testCP_QAbstractItemModel(); |
61 void testCP_SignalsForward(); |
62 void testCP_SignalsForward(); |
62 void testCP_ResizeCache(); |
63 void testCP_ResizeCache(); |