summaryrefslogtreecommitdiff
path: root/src/webpage.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-10-01 11:44:30 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-10-01 11:44:30 +0200
commita6f6dac926250a2982704b30198b2690749a22c9 (patch)
tree65652153e65242fa0709b659a8c7293e11e49bbd /src/webpage.h
parentFaster Application::icon (diff)
downloadrekonq-a6f6dac926250a2982704b30198b2690749a22c9.tar.xz
Setting session and request metadata about ssl navigation
Diffstat (limited to 'src/webpage.h')
-rw-r--r--src/webpage.h5
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 *);