summaryrefslogtreecommitdiff
path: root/src/webpage.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-05-26 15:06:40 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-05-26 15:06:40 +0200
commit65887b14f377e6db3fb439a90ca7abd69403f88c (patch)
tree2c15512200dc7e5feb64fdd689b30ce4418446fb /src/webpage.h
parentload AccessManager Proxy fix (diff)
downloadrekonq-65887b14f377e6db3fb439a90ca7abd69403f88c.tar.xz
managing Network Reply Errors. STEP 1
Diffstat (limited to 'src/webpage.h')
-rw-r--r--src/webpage.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/webpage.h b/src/webpage.h
index abb25171..ba440663 100644
--- a/src/webpage.h
+++ b/src/webpage.h
@@ -55,6 +55,8 @@ class WebPage : public KWebPage
public:
explicit WebPage(QObject *parent = 0);
+public slots:
+ void manageNetworkErrors(QNetworkReply* reply);
protected:
bool acceptNavigationRequest(QWebFrame *frame,