~mateo-salta/nitroshare/nitroshare

« back to all changes in this revision

Viewing changes to include/file/CFileHeader.h

  • Committer: Nathan Osman
  • Date: 2012-06-28 00:44:25 UTC
  • Revision ID: admin@quickmediasolutions.com-20120628004425-k7sozkt1raz215qh
Added progress display in the share box for multiple file transfers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
        bool GetChecksum() { return m_checksum; }
49
49
        void SetChecksum(bool checksum) { m_checksum = checksum; }
50
50
 
51
 
        bool GetContents(QByteArray &);
 
51
        bool GetContents(QByteArray &, qint64 &);
52
52
 
53
53
    private:
54
54