diff options
Diffstat (limited to 'src/newtabpage.h')
-rw-r--r-- | src/newtabpage.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/newtabpage.h b/src/newtabpage.h index 857e0db6..4a8be0aa 100644 --- a/src/newtabpage.h +++ b/src/newtabpage.h @@ -86,14 +86,7 @@ private: void reloadPreview(int index); void removePreview(int index); - /** - * This function takes a QwebElement with the .thumbnail structure, - * hiding the "remove" and "modify" buttons - * - */ - void hideControls(QWebElement e); - void showControls(QWebElement e); - void setupPreview(QWebElement e, int index); + void setupPreview(QWebElement e, int index, bool showControls); void setupTabPreview(QWebElement e, int winIndex, int tabIndex); void createBookmarkItem(const KBookmark &bookmark, QWebElement parent); |