From c45c938b62e7f667acbe956ec13a7fc18e340d4d Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Mon, 28 Feb 2011 19:28:32 +0100 Subject: Clean up all d-tors to fix an eventual crash on exit --- src/webicon.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/webicon.cpp') 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); -- cgit v1.2.1