diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-11-12 15:35:05 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-11-13 02:51:47 +0100 |
commit | c50290e8fdbce0e7736a717cf44c8ab8b062fe77 (patch) | |
tree | 0365730b3ef251b9e8efad62d442e985770b84e6 /src/webview.h | |
parent | Connecting new KWebView signals to some proper slots (diff) | |
download | rekonq-c50290e8fdbce0e7736a717cf44c8ab8b062fe77.tar.xz |
KIO download system
ported to kdewebkit signals and functions
Diffstat (limited to 'src/webview.h')
-rw-r--r-- | src/webview.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/webview.h b/src/webview.h index e4a0cc59..4fa87978 100644 --- a/src/webview.h +++ b/src/webview.h @@ -73,6 +73,9 @@ private slots: void loadInNewTab(const KUrl &url); + void downloadRequest(const KUrl &url); + void downloadRequest(const QNetworkRequest &request); + private: WebPage *m_page; int m_progress; |