diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-06-07 00:28:01 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-06-07 00:28:01 +0200 |
commit | 386eb208881e6d5c3866b28269398f7f0b66a735 (patch) | |
tree | e47bae7940d56e1d59efa77d73ba5f7131d2b38a /src/webview.h | |
parent | Letting SHIFT + MidClick reverse open new tab settings (diff) | |
download | rekonq-386eb208881e6d5c3866b28269398f7f0b66a735.tar.xz |
Restore previous Referer management
Diffstat (limited to 'src/webview.h')
-rw-r--r-- | src/webview.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/webview.h b/src/webview.h index bfc46135..4adc6ec7 100644 --- a/src/webview.h +++ b/src/webview.h @@ -66,6 +66,11 @@ public: WebPage *page(); + void load (const QUrl &url); + void load (const QNetworkRequest &req, + QNetworkAccessManager::Operation op = QNetworkAccessManager::GetOperation, + const QByteArray & body = QByteArray() ); + protected: void contextMenuEvent(QContextMenuEvent *event); |