diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-10-29 02:49:44 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-10-29 02:49:44 +0100 |
commit | 448a306b7db866a8aa2fa6e81fc2c3f37392d490 (patch) | |
tree | 5ef56685e4dd30d08a9e03eb9b5bef0928bc6750 /src/webpage.h | |
parent | icefox hints on webpage usage.. :D (diff) | |
download | rekonq-448a306b7db866a8aa2fa6e81fc2c3f37392d490.tar.xz |
imported userAgentFromUrl method from KWebKit
Diffstat (limited to 'src/webpage.h')
-rw-r--r-- | src/webpage.h | 3 |
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); |