~mateo-salta/nitroshare/nitroshare

« back to all changes in this revision

Viewing changes to include/file/CFileSender.h

  • Committer: Nathan Osman
  • Date: 2012-07-03 20:32:01 UTC
  • Revision ID: admin@quickmediasolutions.com-20120703203201-o38242errsd23wb4
Made a number of minor enhancements to the source code, tweaking a few things here and there.

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
        void PrepareDirectory(QFileInfo, QString);
70
70
        void PrepareHeaders(QStringList);
71
71
        void SendFile(CFileHeader *);
72
 
        double CalculateProgress(double current, double total) { return current / total; }
73
72
 
74
73
        QList<CFileHeader *> m_headers;
75
74
        bool m_compress_files,