[Kde-pim] KPeople in playground

David Edmundson david at davidedmundson.co.uk
Sat Aug 18 13:54:56 UTC 2012


Ok, review time.

NepomukTpChannelDelegate::NepomukTpChannelDelegate
you don't need use 90% of the factories added.

NepomukTpChannelDelegate::~NepomukTpChannelDelegate()
d_ptr is leaked

NepomukTpChannelDelegate::startChat

Crash if account path isn't correct
Crash if that account isn't online
(possible) Crash if that account is online but contactmanager isn't ready


NepomukTpChannelDelegate::finished(Tp::PendingOperation *op)

This channel hint is no longer correct
Crash if passed contact ID wasn't valid

PersonContactModelItem
    void addData(const QUrl &key, const QString &value);
Why is all data strings?

PersonsModel

I don't understand the model structure here, you have a different row
for Email, IM, phone, Mobile Phone, Postal.
Could you explain it to me.


More information about the KDE-Telepathy mailing list