summaryrefslogtreecommitdiff
path: root/src/webpage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/webpage.h')
-rw-r--r--src/webpage.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/webpage.h b/src/webpage.h
index 7c1ac2a5..cd86813c 100644
--- a/src/webpage.h
+++ b/src/webpage.h
@@ -69,10 +69,8 @@ protected:
const QNetworkRequest &request,
NavigationType type);
-protected Q_SLOTS:
- virtual void handleUnsupportedContent(QNetworkReply *reply);
-
private slots:
+ void handleUnsupportedContent(QNetworkReply *reply);
void manageNetworkErrors(QNetworkReply *reply);
void loadFinished(bool);
void showSSLInfo();