diff options
| author | Peter Penz <[email protected]> | 2008-07-24 19:50:40 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-07-24 19:50:40 +0000 |
| commit | 8a51f70377a5133984426b3fa999aee3859cfa5e (patch) | |
| tree | 3db367b98f0714241642d184eb1b07d1b6146304 /src/dolphincolumnview.h | |
| parent | 5d7de69ae6cc55dc5d6fb020e7809a74e9eeebd8 (diff) | |
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
Diffstat (limited to 'src/dolphincolumnview.h')
| -rw-r--r-- | src/dolphincolumnview.h | 6 |
1 files changed, 6 insertions, 0 deletions
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; |
