diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-04-22 01:42:58 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-04-22 01:42:58 +0200 |
commit | 1d2e4946e7650466a21acc6d2abb19740a63d431 (patch) | |
tree | 411406e7a02e77492a215904316b64f3fa55b73a /src/webpage.h | |
parent | Fix embed kpart bahevior. Try embedding just when there is a ReadOnlyPart (diff) | |
download | rekonq-1d2e4946e7650466a21acc6d2abb19740a63d431.tar.xz |
Fix, improve and clean WebSnap API.
This led me to a little polish in the classes using
the WebSnap facilities and to change the mechanism
the NewTabPage retrieves images from the "cache"
Diffstat (limited to 'src/webpage.h')
-rw-r--r-- | src/webpage.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/webpage.h b/src/webpage.h index 9583cc22..dcd40cf6 100644 --- a/src/webpage.h +++ b/src/webpage.h @@ -76,7 +76,8 @@ private slots: void manageNetworkErrors(QNetworkReply *reply); void loadFinished(bool); void showSSLInfo(); - + void updateImage(bool ok); + private: QString errorPage(QNetworkReply *); |