From 8a51f70377a5133984426b3fa999aee3859cfa5e Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Thu, 24 Jul 2008 19:50:40 +0000 Subject: fix crash when opening a lot of columns and going back very fast by clicking on each breadcrumb of the URL navigator BUG: 164304 svn path=/trunk/KDE/kdebase/apps/; revision=837486 --- src/dolphincolumnview.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/dolphincolumnview.h') diff --git a/src/dolphincolumnview.h b/src/dolphincolumnview.h index 62569a082..24353ad34 100644 --- a/src/dolphincolumnview.h +++ b/src/dolphincolumnview.h @@ -197,6 +197,12 @@ private: */ QPoint columnPosition(DolphinColumnWidget* column, const QPoint& point) const; + /** + * Deletes the column. If the itemview of the controller is set to the column, + * the controllers itemview is set to 0. + */ + void deleteColumn(DolphinColumnWidget* column); + private: DolphinController* m_controller; bool m_active; -- cgit v1.3.1