equal
deleted
inserted
replaced
20 ** |
20 ** |
21 ** If you have questions regarding the use of this file, please contact |
21 ** If you have questions regarding the use of this file, please contact |
22 ** Nokia at developer.feedback@nokia.com. |
22 ** Nokia at developer.feedback@nokia.com. |
23 ** |
23 ** |
24 ****************************************************************************/ |
24 ****************************************************************************/ |
25 #include <QAbstractItemModel> |
|
26 |
25 |
27 #include "hbdataformmodelitem.h" |
26 #ifndef HBDATAFORMMODELITEM_P_H |
28 #include "hbdataformmodel.h" |
27 #define HBDATAFORMMODELITEM_P_H |
|
28 |
29 #include "hbdataformmodel_p.h" |
29 #include "hbdataformmodel_p.h" |
|
30 |
|
31 #include <hbdataformmodelitem.h> |
|
32 #include <hbdataformmodel.h> |
30 |
33 |
31 class QAbstractItemModel; |
34 class QAbstractItemModel; |
32 |
35 |
33 class HbDataFormModelItemPrivate |
36 class HbDataFormModelItemPrivate |
34 { |
37 { |
61 public: |
64 public: |
62 static HbDataFormModelItemPrivate *d_ptr(HbDataFormModelItem *item) { |
65 static HbDataFormModelItemPrivate *d_ptr(HbDataFormModelItem *item) { |
63 Q_ASSERT(item); |
66 Q_ASSERT(item); |
64 return item->d_func(); |
67 return item->d_func(); |
65 } |
68 } |
66 }; |
69 }; |
67 |
70 |
|
71 #endif //HBDATAFORMMODELITEM_P_H |
|
72 |