~ubuntu-branches/ubuntu/quantal/minitube/quantal

« back to all changes in this revision

Viewing changes to src/downloaditem.h

  • Committer: Bazaar Package Importer
  • Author(s): Jakob Haufe
  • Date: 2010-12-17 00:23:23 UTC
  • mfrom: (1.2.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20101217002323-vpwwfdqdp8ady29d
New upstream version (Closes: #606670)

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
    double currentSpeed() const;
32
32
    int currentPercent() const { return percent; }
33
33
    Video* getVideo() const { return video; }
 
34
    QString currentFilename() const { return m_file.fileName(); }
34
35
    DownloadItemStatus status() const { return m_status; }
35
36
    static QString formattedFilesize(qint64 size);
36
37
    static QString formattedSpeed(double speed);