equal
deleted
inserted
replaced
135 QStringList texts(); |
135 QStringList texts(); |
136 QList<QVariant> icons(int row); |
136 QList<QVariant> icons(int row); |
137 void updateData(const LogsCntEntry& entry); |
137 void updateData(const LogsCntEntry& entry); |
138 int resultIndex() const; |
138 int resultIndex() const; |
139 |
139 |
|
140 QString richText(const LogsCntText& cntText, bool phoneNumber = false) const; |
|
141 |
140 private: |
142 private: |
141 |
143 |
142 QString getFormattedCallerId(const LogsCntEntry& entry) const; |
144 QString getFormattedCallerId(const LogsCntEntry& entry) const; |
143 void getFormattedContactInfo( |
145 void getFormattedContactInfo( |
144 const LogsCntEntry& entry, QString& contactName, |
146 const LogsCntEntry& entry, QString& contactName, |