diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-10-04 19:49:14 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-10-04 19:49:14 +0200 |
commit | 1485dacfa2c08253485808249e56b5faabbae18b (patch) | |
tree | aa864221d8e60afb67f1832f049e93fe16502983 /src/webview.h | |
parent | new Rekonq icon (diff) | |
download | rekonq-1485dacfa2c08253485808249e56b5faabbae18b.tar.xz |
WebView dtor
Diffstat (limited to 'src/webview.h')
-rw-r--r-- | src/webview.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/webview.h b/src/webview.h index 55de3ad2..4dc7306d 100644 --- a/src/webview.h +++ b/src/webview.h @@ -45,7 +45,8 @@ class WebView : public QWebView public: explicit WebView(QWidget *parent = 0); - + ~WebView(); + WebPage *page(); KUrl url() const; QString lastStatusBarText() const; |