diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2008-12-08 01:00:38 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2008-12-08 01:00:38 +0100 |
commit | 5516a5d3cb9154a6f1d64ee9b776c1f93db618ba (patch) | |
tree | d3511aad00912c3ff1e169af30e870d9d2c8380a /src/urlbar.cpp | |
parent | No more QmessageBox here.. (diff) | |
download | rekonq-5516a5d3cb9154a6f1d64ee9b776c1f93db618ba.tar.xz |
Add destrctors'code, as needed. Fixed closing application bug.
Diffstat (limited to 'src/urlbar.cpp')
-rw-r--r-- | src/urlbar.cpp | 3 |
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; } |