From 5516a5d3cb9154a6f1d64ee9b776c1f93db618ba Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Mon, 8 Dec 2008 01:00:38 +0100 Subject: Add destrctors'code, as needed. Fixed closing application bug. --- src/urlbar.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/urlbar.cpp') diff --git a/src/urlbar.cpp b/src/urlbar.cpp index 1ee02dc3..098ba027 100644 --- a/src/urlbar.cpp +++ b/src/urlbar.cpp @@ -54,9 +54,6 @@ UrlBar::UrlBar(QWidget *parent) UrlBar::~UrlBar() { - delete m_webView; - delete m_iconLabel; - delete m_lineEdit; } -- cgit v1.2.1