mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-08 12:19:37 +03:00
f430da1d45
This patch converts the undo stack from GTextDocument into GUndoStack, and GTextDocumentUndoCommand now inherits from GCommand. Let's turn this into a generic mechanism that can be used to implement undo/redo in any application. :^)
6 lines
56 B
C++
6 lines
56 B
C++
#include <LibGUI/GCommand.h>
|
|
|
|
GCommand::~GCommand()
|
|
{
|
|
}
|