diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-10-01 11:44:30 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-10-01 11:44:30 +0200 |
commit | a6f6dac926250a2982704b30198b2690749a22c9 (patch) | |
tree | 65652153e65242fa0709b659a8c7293e11e49bbd /src/webpage.h | |
parent | Faster Application::icon (diff) | |
download | rekonq-a6f6dac926250a2982704b30198b2690749a22c9.tar.xz |
Setting session and request metadata about ssl navigation
Diffstat (limited to 'src/webpage.h')
-rw-r--r-- | src/webpage.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/webpage.h b/src/webpage.h index 7137da3d..6934e77c 100644 --- a/src/webpage.h +++ b/src/webpage.h @@ -79,7 +79,10 @@ protected: protected Q_SLOTS: virtual void slotHandleUnsupportedContent(QNetworkReply *reply); virtual void slotDownloadRequested(const QNetworkRequest &request); - + + void setSessionMetaData(const QString& key, const QString& value); + void setRequestMetaData(const QString& key, const QString& value); + private: friend class WebView; QString errorPage(QNetworkReply *); |