~ubuntu-branches/debian/jessie/apper/jessie

« back to all changes in this revision

Viewing changes to libapper/PkTransactionWidget.h

  • Committer: Package Import Robot
  • Author(s): Matthias Klumpp
  • Date: 2013-07-30 12:34:46 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20130730123446-cgzujaj03pc61drn
Tags: 0.8.1-1
* New upstream release: 0.8.1
* Depend on software-properties-kde instead of suggesting it (Closes: #696583)
* Add patch to make AppStream loading more failsafe

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
    void setTransaction(PkTransaction *trans, Transaction::Role role);
46
46
    void hideCancelButton();
47
47
 
48
 
    QString title() const;
49
48
    Transaction::Role role() const;
 
49
    Transaction* transaction() const;
50
50
 
51
51
    bool isFinished() const;
52
52
    bool isCancelVisible() const;
54
54
signals:
55
55
    void allowCancel(bool enable);
56
56
    void titleChanged(const QString &title);
 
57
    void titleChangedProgress(const QString &title);
57
58
    void dialog(KDialog *widget);
58
59
    void sorry(const QString &title, const QString &text, const QString &details);
59
60
    void error(const QString &title, const QString &text, const QString &details);