diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-07-24 02:52:32 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-07-24 02:52:32 +0200 |
commit | 087924515fa1a0885b36859123c86ed9a4ff97c3 (patch) | |
tree | 73e95c19098e039064fc767992109e667af9ca30 /src/webview.h | |
parent | cleaning code a bit... (diff) | |
download | rekonq-087924515fa1a0885b36859123c86ed9a4ff97c3.tar.xz |
cleaning web* classes and fixing newWindow and createWindow WebPage
slots
Diffstat (limited to 'src/webview.h')
-rw-r--r-- | src/webview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/webview.h b/src/webview.h index 84fc33cb..cbe9c66e 100644 --- a/src/webview.h +++ b/src/webview.h @@ -40,6 +40,7 @@ class WebView : public QWebView public: explicit WebView(QWidget *parent = 0); + WebPage *page() const; KUrl url() const; QString lastStatusBarText() const; int progress() const; |