Making undo/redo work well with QTextDocument's and "replaceAll" operations

Viewed 32

How do I make a single 'replaceAll' operation be a single step in QTextDocument's undo stack?

It does not use QUndoStack, it has it's own. :(

1 Answers
Related