diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-10-02 15:55:07 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-10-02 15:55:07 +0200 |
commit | a67b0137ad0a8a4399de23238aa3cafdfdd3522f (patch) | |
tree | 920805afeb088400ff073d1581cf282ec0713fa3 /src/webpage.h | |
parent | Merge branch 'DEVS' (diff) | |
download | rekonq-a67b0137ad0a8a4399de23238aa3cafdfdd3522f.tar.xz |
Simpler KIO management (no more metadata)
Diffstat (limited to 'src/webpage.h')
-rw-r--r-- | src/webpage.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/webpage.h b/src/webpage.h index 6934e77c..86024a9d 100644 --- a/src/webpage.h +++ b/src/webpage.h @@ -80,9 +80,6 @@ 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 *); |