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

Method CharCommand

src/commands.cpp:28–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26};
27
28CharCommand::CharCommand(Chunks * chunks, CCmd cmd, qint64 charPos, char newChar, QUndoCommand *parent)
29 : QUndoCommand(parent)
30 , _chunks(chunks)
31 , _charPos(charPos)
32 , _wasChanged(false)
33 , _newChar(newChar)
34 , _oldChar('\0')
35 , _cmd(cmd)
36{
37}
38
39bool CharCommand::mergeWith(const QUndoCommand *command)
40{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected