#ifndef RAWFILE_H #define RAWFILE_H #include struct RawFile { qint32 namePtr; QString name; quint32 length; qint32 bufferPtr; QByteArray buffer; }; #endif // RAWFILE_H