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

Method UndoStack

src/commands.cpp:94–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94UndoStack::UndoStack(Chunks * chunks, QObject * parent)
95 : QUndoStack(parent)
96{
97 _chunks = chunks;
98 _parent = parent;
99 this->setUndoLimit(1000);
100}
101
102void UndoStack::insert(qint64 pos, char c)
103{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected