~ci-train-bot/history-service/history-service-ubuntu-yakkety-landing-1774

« back to all changes in this revision

Viewing changes to src/threadview.h

Initial cache implementation for grouped conversations.
Approved by: PS Jenkins bot, Gustavo Pichorim Boiko

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
public:
42
42
    ThreadView(History::EventType type,
43
43
               const History::Sort &sort,
44
 
               const History::Filter &filter);
 
44
               const History::Filter &filter,
 
45
               const QVariantMap &properties);
45
46
    ~ThreadView();
46
47
 
47
48
    Threads nextPage();