diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-09-11 12:11:42 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-09-11 12:11:42 +0200 |
commit | e8f6b6380347f29e0981c1c92834fbf9b1a98696 (patch) | |
tree | e0e4760237cfc40fcf9c639cf98d47493a0d2183 /src/webpage.h | |
parent | Fix includes, as pointed out by Krazy (diff) | |
parent | This commit aims to fix all troubles with favicons retrieving. (diff) | |
download | rekonq-e8f6b6380347f29e0981c1c92834fbf9b1a98696.tar.xz |
Merge branch 'iconFixes2'
Diffstat (limited to 'src/webpage.h')
-rw-r--r-- | src/webpage.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/webpage.h b/src/webpage.h index ed5e2dde..5b79275a 100644 --- a/src/webpage.h +++ b/src/webpage.h @@ -75,7 +75,6 @@ private slots: void handleUnsupportedContent(QNetworkReply *reply); void manageNetworkErrors(QNetworkReply *reply); void loadFinished(bool); - void loadStarted(); void showSSLInfo(QPoint); void updateImage(bool ok); |