2 * Copyright 2015, Stephan Aßmus <superstippi@gmx.de>.
3 * All rights reserved. Distributed under the terms of the MIT License.
6 #include "UndoableEditListener.h"
9 UndoableEditListener::UndoableEditListener()
16 UndoableEditListener::~UndoableEditListener()
22 UndoableEditListener::UndoableEditHappened(const TextDocument
* document
,
23 const UndoableEditRef
& edit
)