summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCedric Bellegarde <gnumdk@gmail.com>2011-03-03 11:20:35 +0100
committerCedric Bellegarde <gnumdk@gmail.com>2011-03-03 11:20:35 +0100
commit5eb845b65820e3b6c86129fdee80b7b7bf9f836d (patch)
treee89d835986d55ad140a11872e56afbc6e8451add /src
parentPrevent crashes on history models updating... (diff)
downloadrekonq-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')
-rw-r--r--src/application.cpp2
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();
}