diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-08-28 21:11:46 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-08-28 21:11:46 +0200 |
commit | 0f3ada1be73aa11ad621fe2fcf74d3a61a52f439 (patch) | |
tree | 77ddfd83b7dd5f8f95547d245b084d1b7f70e361 | |
parent | Restore urlbar responsiveness (diff) | |
download | rekonq-0f3ada1be73aa11ad621fe2fcf74d3a61a52f439.tar.xz |
Fix webicon crashes
-rw-r--r-- | src/webicon.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/webicon.cpp b/src/webicon.cpp index 2aa35a41..98b88a5c 100644 --- a/src/webicon.cpp +++ b/src/webicon.cpp @@ -34,7 +34,6 @@ // Qt Includes #include <QtCore/QTimer> -#include <QtGui/QAction> #include <QtWebKit/QWebFrame> #include <QtWebKit/QWebSettings> @@ -54,8 +53,6 @@ WebIcon::WebIcon(const KUrl& url, QObject *parent) WebIcon::~WebIcon() { - m_page.action(QWebPage::Stop)->trigger(); - m_page.deleteLater(); } |