On Wednesday 24 June 2015 11:40:14 Joshua Joseph wrote:
> Hi
> 
> On Mon, Jun 22, 2015 at 1:27 PM, Pali Rohár <pali.ro...@gmail.com> wrote:
> 
> >
> > >
> > Then post your interface for review and comments.
> >
> > See it here:
> https://github.com/josh-wambua/kopete/blob/database_helper/plugins/history3/databasehelper.h
> 

Ehm?? Wtf?

class DatabaseHelper : public QObject {
...
QList<Kopete::Message> search(Kopete::Contact *from);
QList<Kopete::Message> search(Kopete::Contact *to);
QList<Kopete::Message> search(Kopete::Contact *from, QDate date);
QList<Kopete::Message> search(Kopete::Contact *to, QDate date);
...
};

-- 
Pali Rohár
pali.ro...@gmail.com
_______________________________________________
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel

Reply via email to