~ubuntu-branches/ubuntu/vivid/muon/vivid-proposed

« back to all changes in this revision

Viewing changes to libmuon/backends/ApplicationBackend/ApplicationUpdates.h

  • Committer: Package Import Robot
  • Author(s): Scarlett Clark
  • Date: 2015-03-24 07:36:31 UTC
  • mto: This revision was merged to the branch mainline in revision 86.
  • Revision ID: package-import@ubuntu.com-20150324073631-7nmay5episnfkdlt
Tags: upstream-5.2.2
ImportĀ upstreamĀ versionĀ 5.2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
    virtual void cancel();
62
62
    virtual quint64 downloadSpeed() const;
63
63
    void prepare();
64
 
    virtual QList<QAction*> messageActions() const;
65
64
    void setupTransaction(QApt::Transaction *trans);
66
65
    virtual bool isMarked(AbstractResource* res) const;
67
66
    void setProgressing(bool progressing);