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

« back to all changes in this revision

Viewing changes to updater/ChangelogWidget.h

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2015-03-24 23:06:35 UTC
  • mto: This revision was merged to the branch mainline in revision 88.
  • Revision ID: package-import@ubuntu.com-20150324230635-nvt7aq7kqvaxq36e
Tags: upstream-5.2.2-1
ImportĀ upstreamĀ versionĀ 5.2.2-1

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
class KJob;
31
31
class KPixmapSequenceOverlayPainter;
32
32
class KTemporaryFile;
33
 
class QPushButton;
34
33
class QTextBrowser;
35
34
 
36
35
class ChangelogWidget : public QWidget
48
47
    QTextBrowser *m_changelogBrowser;
49
48
    KPixmapSequenceOverlayPainter *m_busyWidget;
50
49
 
 
50
    QString buildDescription(const QByteArray& data, const QString& source);
 
51
 
51
52
public Q_SLOTS:
52
53
    void setResource(AbstractResource *package);
53
54
    void show();
56
57
private Q_SLOTS:
57
58
    void fetchChangelog();
58
59
    void changelogFetched(const QString& changelog);
59
 
    void showMore(const QUrl &package);
60
60
};
61
61
 
62
62
#endif