diff options
Diffstat (limited to 'src/webpage.h')
-rw-r--r-- | src/webpage.h | 2 |
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, |