equal
deleted
inserted
replaced
11 * |
11 * |
12 * Contributors: |
12 * Contributors: |
13 * |
13 * |
14 * Description: |
14 * Description: |
15 * |
15 * |
16 * Version : %version: 4 % |
16 * Version : %version: 5 % |
17 */ |
17 */ |
18 #ifndef MYDATAPROVIDER2_H |
18 #ifndef MYDATAPROVIDER2_H |
19 #define MYDATAPROVIDER2_H |
19 #define MYDATAPROVIDER2_H |
20 |
20 |
21 #include <QtGui> |
21 #include <QtGui> |
67 public: |
67 public: |
68 void testRemoveItem(int pos); |
68 void testRemoveItem(int pos); |
69 void testInsertItem(int pos, QList< QPair< QVariant, int > >* data); |
69 void testInsertItem(int pos, QList< QPair< QVariant, int > >* data); |
70 |
70 |
71 private: |
71 private: |
72 HbIcon* mDefaultIcon; |
72 QVariant mDefaultIcon; |
73 CActiveSchedulerWait* mScheduler; |
73 CActiveSchedulerWait* mScheduler; |
74 ThumbnailManager* mWrapper; |
74 ThumbnailManager* mWrapper; |
75 QList<int> mWaitingThumbnails; |
75 QList<int> mWaitingThumbnails; |
76 bool mThumbnailRequestPending; |
76 bool mThumbnailRequestPending; |
77 int mThumbnailRequestIndex; |
77 int mThumbnailRequestIndex; |