summaryrefslogtreecommitdiff
path: root/src/mainview.cpp
diff options
context:
space:
mode:
authorBenjamin Poulain <ikipou@gmail.com>2010-11-13 16:49:36 +0100
committerBenjamin Poulain <benjamin.poulain@nokia.com>2010-11-20 18:53:18 +0100
commit3bd18150c214fab1b0840e5827a48d3dfff88c34 (patch)
tree404087003c4946f7d808e2655b6ce47f42fdbfef /src/mainview.cpp
parentRemove m_loadingGitPath from MainView (diff)
downloadrekonq-3bd18150c214fab1b0840e5827a48d3dfff88c34.tar.xz
Remove the destructor of MainView
The destructor of MainView was redundant with the cleaning mechanism of QObject. It is removed to simplify the class. Reviewed by: Pierre Rossi Reviewed by: Andrea Diamantini
Diffstat (limited to 'src/mainview.cpp')
-rw-r--r--src/mainview.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mainview.cpp b/src/mainview.cpp
index 15d0edad..d080ad9a 100644
--- a/src/mainview.cpp
+++ b/src/mainview.cpp
@@ -95,13 +95,6 @@ MainView::MainView(MainWindow *parent)
}
-MainView::~MainView()
-{
- delete m_widgetBar;
- delete m_addTabButton;
-}
-
-
void MainView::postLaunch()
{
QStringList list = Application::sessionManager()->closedSites();