~mateo-salta/nitroshare/nitroshare

« back to all changes in this revision

Viewing changes to include/file/CFileReceiver.h

  • Committer: Nathan Osman
  • Date: 2012-07-03 22:45:37 UTC
  • Revision ID: admin@quickmediasolutions.com-20120703224537-ymuk5duhpzg4b63p
Made some more minor tweaks to the code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
#define CFILERECEIVER_H
19
19
 
20
20
#include <QDir>
 
21
#include <QVariantMap>
21
22
 
22
23
#include <file/CBasicSocket.h>
23
24
#include <file/CFileHeader.h>
52
53
        bool TestChecksum(QByteArray &);
53
54
        void SaveFile(CFileHeader *, QByteArray);
54
55
 
55
 
        QString              m_hostname;
 
56
        QString              m_client_name;
56
57
        QList<CFileHeader *> m_headers;
57
58
 
58
59
        int m_files_received;