diff options
author | Cedric Bellegarde <gnumdk@gmail.com> | 2011-03-03 11:20:35 +0100 |
---|---|---|
committer | Cedric Bellegarde <gnumdk@gmail.com> | 2011-03-03 11:20:35 +0100 |
commit | 5eb845b65820e3b6c86129fdee80b7b7bf9f836d (patch) | |
tree | e89d835986d55ad140a11872e56afbc6e8451add /src/application.cpp | |
parent | Prevent crashes on history models updating... (diff) | |
download | rekonq-5eb845b65820e3b6c86129fdee80b7b7bf9f836d.tar.xz |
Revert back commit for bug 267460, we need to reparent the GUI objects depending on BookmarkProvider to the MainWindow they belong. Reopen Bug
Diffstat (limited to 'src/application.cpp')
-rw-r--r-- | src/application.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/application.cpp b/src/application.cpp index 9faf30c8..97d9a571 100644 --- a/src/application.cpp +++ b/src/application.cpp @@ -93,8 +93,6 @@ Application::~Application() delete window.data(); window.clear(); } - - delete bookmarkProvider(); } |