From 47fa21aff1e1b1226767c956953bc0517d52d42e Mon Sep 17 00:00:00 2001 From: David Faure Date: Thu, 23 Nov 2006 21:50:16 +0000 Subject: Some suggestions in comments to avoid porting code when we can share existing ported code instead. svn path=/trunk/playground/utils/dolphin/; revision=607265 --- src/undomanager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/undomanager.h') diff --git a/src/undomanager.h b/src/undomanager.h index f5ce782f9..145c232e1 100644 --- a/src/undomanager.h +++ b/src/undomanager.h @@ -80,7 +80,7 @@ private: * * @author Peter Penz */ -class UndoManager : public QObject +class UndoManager : public QObject // TODO switch to KonqUndoManager (multi-process, async, more robust on complex operations, no redo though) { Q_OBJECT -- cgit v1.3