diff options
| author | David Faure <[email protected]> | 2006-11-23 21:50:16 +0000 |
|---|---|---|
| committer | David Faure <[email protected]> | 2006-11-23 21:50:16 +0000 |
| commit | 47fa21aff1e1b1226767c956953bc0517d52d42e (patch) | |
| tree | b6e1880e0a7a2415b7d7ce1a4c6ef25f3486335b /src/undomanager.h | |
| parent | 7fbae445277374fb2bacfcd7c04e8d7fbb2c3f05 (diff) | |
Some suggestions in comments to avoid porting code when we can share existing ported code instead.
svn path=/trunk/playground/utils/dolphin/; revision=607265
Diffstat (limited to 'src/undomanager.h')
| -rw-r--r-- | src/undomanager.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <[email protected]> */ -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 |
