~ubuntu-branches/ubuntu/jaunty/qterm/jaunty

« back to all changes in this revision

Viewing changes to qterm/qtermhttp.h

  • Committer: Bazaar Package Importer
  • Author(s): LI Daobing
  • Date: 2006-10-06 07:38:46 UTC
  • mfrom: (2.1.8 edgy)
  • Revision ID: james.westby@ubuntu.com-20061006073846-2je2hzmmvdyi6d69
Tags: 1:0.4.0-4
fix FTBFS on hurd-i386, Thanks Cyril Brulebois (closes: #391300)

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
        void previewImage(const QString&);
23
23
 
24
24
signals:
25
 
        void done(QTermHttp*);
 
25
        void done(QObject*);
 
26
        void message(const QString &);
 
27
        void percent(int);
26
28
 
27
29
protected:
28
30
    QHttp m_httpDown;