summaryrefslogtreecommitdiff
path: root/src/webpage.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-10-29 02:49:44 +0100
committerAndrea Diamantini <adjam7@gmail.com>2009-10-29 02:49:44 +0100
commit448a306b7db866a8aa2fa6e81fc2c3f37392d490 (patch)
tree5ef56685e4dd30d08a9e03eb9b5bef0928bc6750 /src/webpage.h
parenticefox hints on webpage usage.. :D (diff)
downloadrekonq-448a306b7db866a8aa2fa6e81fc2c3f37392d490.tar.xz
imported userAgentFromUrl method from KWebKit
Diffstat (limited to 'src/webpage.h')
-rw-r--r--src/webpage.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/webpage.h b/src/webpage.h
index abbaba22..0d9868b9 100644
--- a/src/webpage.h
+++ b/src/webpage.h
@@ -61,7 +61,8 @@ protected:
const QNetworkRequest &request,
NavigationType type);
-
+ virtual QString userAgentForUrl(const QUrl& url) const;
+
protected Q_SLOTS:
virtual void slotHandleUnsupportedContent(QNetworkReply *reply);
virtual void slotDownloadRequested(const QNetworkRequest &request);