summaryrefslogtreecommitdiff
path: root/src/webpage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/webpage.h')
-rw-r--r--src/webpage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webpage.h b/src/webpage.h
index 41c14295..c729a883 100644
--- a/src/webpage.h
+++ b/src/webpage.h
@@ -79,7 +79,7 @@ private slots:
void updateImage(bool ok);
private:
- QString errorPage(QNetworkReply *);
+ QString errorPage(QNetworkReply *reply);
QUrl _loadingUrl;
ProtocolHandler _protHandler;