summaryrefslogtreecommitdiff
path: root/src/newtabpage.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-01-02 17:44:58 +0100
committerAndrea Diamantini <adjam7@gmail.com>2012-01-02 17:44:58 +0100
commit6b59f402f33e5c78279429850fb11de558fb6ea2 (patch)
tree0527f59c917d6ddf67691d1d01759ce6386e33fe /src/newtabpage.h
parentFix "share" action (diff)
downloadrekonq-6b59f402f33e5c78279429850fb11de558fb6ea2.tar.xz
Do NOT load previews if not present
This fixes problems on unwanted connections while using rekonq.
Diffstat (limited to 'src/newtabpage.h')
-rw-r--r--src/newtabpage.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/newtabpage.h b/src/newtabpage.h
index aae8da1e..40627c6c 100644
--- a/src/newtabpage.h
+++ b/src/newtabpage.h
@@ -2,7 +2,7 @@
*
* This file is a part of the rekonq project
*
-* Copyright (C) 2009-2011 by Andrea Diamantini <adjam7 at gmail dot com>
+* Copyright (C) 2009-2012 by Andrea Diamantini <adjam7 at gmail dot com>
* Copyright (C) 2010 by Matthieu Gicquel <matgic78 at gmail dot com>
*
*
@@ -82,7 +82,6 @@ private:
// Previews handling
QWebElement emptyPreview(int index);
- QWebElement loadingPreview(int index, const KUrl &url);
QWebElement validPreview(int index, const KUrl &url, const QString &title);
QWebElement tabPreview(int winIndex, int tabIndex, const KUrl &url, const QString &title);