summaryrefslogtreecommitdiff
path: root/src/webpage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/webpage.h')
-rw-r--r--src/webpage.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/webpage.h b/src/webpage.h
index 824736c1..887a4309 100644
--- a/src/webpage.h
+++ b/src/webpage.h
@@ -64,6 +64,9 @@ protected:
protected Q_SLOTS:
virtual void handleUnsupportedContent(QNetworkReply *reply);
+private slots:
+ void loadFinished(bool);
+
private:
friend class WebView;
QString errorPage(QNetworkReply *);