From 9b9bad8abe16609d400eb25118e86adc5b19e9e4 Mon Sep 17 00:00:00 2001 From: Holger Freyther Date: Wed, 29 Nov 2006 00:20:32 +0000 Subject: Do not crash with the null pointer, this is a hack/workaround as we will switch to KonqUndoManager anyway. The difficulty is we would need one UndoManager for DolphinMainWindow which we won't do/have with KonqUndoManager so I avoid wasting my time cleaning up this bit, so progress information might be a bit wrong in regards to the amount of total steps... svn path=/trunk/playground/utils/dolphin/; revision=608947 --- src/undomanager.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/undomanager.h') diff --git a/src/undomanager.h b/src/undomanager.h index bf9a80c90..9e2094fe3 100644 --- a/src/undomanager.h +++ b/src/undomanager.h @@ -27,7 +27,6 @@ #include #include -class ProgressIndicator; class DolphinMainWindow; /** @@ -182,7 +181,6 @@ private: int m_historyIndex; int m_macroCounter; Q3ValueList m_history; - ProgressIndicator* m_progressIndicator; /** * Dependent from the current history index \a m_historyIndex -- cgit v1.3.1