summaryrefslogtreecommitdiff
path: root/src/webicon.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2011-02-28 19:28:32 +0100
committerAndrea Diamantini <adjam7@gmail.com>2011-02-28 19:28:32 +0100
commitc45c938b62e7f667acbe956ec13a7fc18e340d4d (patch)
tree820c6bc25fb04d03ec961548bda44105a7c6d576 /src/webicon.cpp
parentDo NOT parse suggestions referred to empty strings (diff)
downloadrekonq-c45c938b62e7f667acbe956ec13a7fc18e340d4d.tar.xz
Clean up all d-tors to fix an eventual crash on exit
Diffstat (limited to 'src/webicon.cpp')
-rw-r--r--src/webicon.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/webicon.cpp b/src/webicon.cpp
index ae285cc0..755d0c2e 100644
--- a/src/webicon.cpp
+++ b/src/webicon.cpp
@@ -50,11 +50,6 @@ WebIcon::WebIcon(const KUrl& url, QObject *parent)
}
-WebIcon::~WebIcon()
-{
-}
-
-
void WebIcon::load()
{
m_page.mainFrame()->load(m_url);