diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-01-02 17:44:58 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-01-02 17:44:58 +0100 |
commit | 6b59f402f33e5c78279429850fb11de558fb6ea2 (patch) | |
tree | 0527f59c917d6ddf67691d1d01759ce6386e33fe /src/webpage.h | |
parent | Fix "share" action (diff) | |
download | rekonq-6b59f402f33e5c78279429850fb11de558fb6ea2.tar.xz |
Do NOT load previews if not present
This fixes problems on unwanted connections while using rekonq.
Diffstat (limited to 'src/webpage.h')
-rw-r--r-- | src/webpage.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/webpage.h b/src/webpage.h index 6a717f78..7e5df309 100644 --- a/src/webpage.h +++ b/src/webpage.h @@ -6,7 +6,7 @@ * Copyright (C) 2008 Dirk Mueller <mueller@kde.org> * Copyright (C) 2008 Urs Wolfer <uwolfer @ kde.org> * Copyright (C) 2008 Michael Howell <mhowell123@gmail.com> -* Copyright (C) 2008-2011 by Andrea Diamantini <adjam7 at gmail dot com> +* Copyright (C) 2008-2012 by Andrea Diamantini <adjam7 at gmail dot com> * Copyright (C) 2010 by Matthieu Gicquel <matgic78 at gmail dot com> * * @@ -103,7 +103,6 @@ private Q_SLOTS: void loadStarted(); void loadFinished(bool); void showSSLInfo(QPoint); - void updateImage(bool ok); void copyToTempFileResult(KJob*); |