~ci-train-bot/history-service/history-service-ubuntu-zesty-2629

« back to all changes in this revision

Viewing changes to Ubuntu/History/historygroupedthreadsmodel.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:
64
64
    void groupingPropertyChanged();
65
65
 
66
66
protected:
67
 
    int existingPositionForEntry(const QVariant &propertyValue) const;
 
67
    int existingPositionForEntry(const History::Thread &thread) const;
68
68
    void removeGroup(const HistoryThreadGroup &group);
69
69
    void updateDisplayedThread(HistoryThreadGroup &group);
70
70