~phablet-team/history-service/optimize_dbus_traffic

« back to all changes in this revision

Viewing changes to Ubuntu/History/historythreadmodel.h

  • Committer: Gustavo Pichorim Boiko
  • Date: 2017-02-16 20:11:04 UTC
  • Revision ID: gustavo.boiko@canonical.com-20170216201104-1rycc1a203ei5941
Move the mark{Event,Threads}AsRead to HistoryModel so that all models can use it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
    virtual QHash<int, QByteArray> roleNames() const;
71
71
 
72
72
    Q_INVOKABLE bool removeThreads(const QVariantList &threadsProperties);
73
 
    Q_INVOKABLE void markThreadsAsRead(const QVariantList &threadsProperties);
74
73
 
75
74
protected Q_SLOTS:
76
75
    virtual void updateQuery();