summaryrefslogtreecommitdiff
path: root/src/urlbar.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2008-12-08 01:00:38 +0100
committerAndrea Diamantini <adjam7@gmail.com>2008-12-08 01:00:38 +0100
commit5516a5d3cb9154a6f1d64ee9b776c1f93db618ba (patch)
treed3511aad00912c3ff1e169af30e870d9d2c8380a /src/urlbar.cpp
parentNo more QmessageBox here.. (diff)
downloadrekonq-5516a5d3cb9154a6f1d64ee9b776c1f93db618ba.tar.xz
Add destrctors'code, as needed. Fixed closing application bug.
Diffstat (limited to 'src/urlbar.cpp')
-rw-r--r--src/urlbar.cpp3
1 files changed, 0 insertions, 3 deletions
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;
}