equal
deleted
inserted
replaced
100 CntDisplayLabel* iDisplayLabel; |
100 CntDisplayLabel* iDisplayLabel; |
101 const TUint32 iKey; |
101 const TUint32 iKey; |
102 int iValue; |
102 int iValue; |
103 }; |
103 }; |
104 |
104 |
105 #else |
|
106 // No problem on earlier platforms |
|
107 #include <cntuids.h> |
|
108 #endif |
105 #endif |
109 |
106 |
110 class CntDisplayLabel : public QObject |
107 class CntDisplayLabel : public QObject |
111 { |
108 { |
112 Q_OBJECT |
109 Q_OBJECT |
135 private: |
132 private: |
136 QList<QList<QPair<QLatin1String, QLatin1String> > > m_contactDisplayLabelDetails; |
133 QList<QList<QPair<QLatin1String, QLatin1String> > > m_contactDisplayLabelDetails; |
137 QList<QList<QPair<QLatin1String, QLatin1String> > > m_groupDisplayLabelDetails; |
134 QList<QList<QPair<QLatin1String, QLatin1String> > > m_groupDisplayLabelDetails; |
138 #ifdef SYMBIAN_BACKEND_USE_SQLITE |
135 #ifdef SYMBIAN_BACKEND_USE_SQLITE |
139 CntCenrep* m_settings; |
136 CntCenrep* m_settings; |
|
137 int m_nameOrder; |
140 #endif |
138 #endif |
141 int m_nameOrder; |
|
142 }; |
139 }; |
143 |
140 |
144 #endif /* CNTDISPLAYLABEL_H_ */ |
141 #endif /* CNTDISPLAYLABEL_H_ */ |