MCPcopy Create free account
hub / github.com/Simsys/qhexedit2 / Chunks

Method Chunks

src/chunks.cpp:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11// ***************************************** Constructors and file settings
12
13Chunks::Chunks(QObject *parent): QObject(parent)
14{
15 QBuffer *buf = new QBuffer(this);
16 setIODevice(*buf);
17}
18
19Chunks::Chunks(QIODevice &ioDevice, QObject *parent): QObject(parent)
20{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected