From c73149a4f56b6ec4d4183ac99015d73df2c2e34e Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Mon, 1 Oct 2012 19:10:21 +0200 Subject: Add sizeHint code from rekonq oops... by accident (-a) added here also the easy fix for tabs: - shown "Loading..." string while loading - use IconManager to properly show tab icon on load finished --- src/webwindow/webwindow.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/webwindow/webwindow.h') diff --git a/src/webwindow/webwindow.h b/src/webwindow/webwindow.h index affa5cb1..fa465ddc 100644 --- a/src/webwindow/webwindow.h +++ b/src/webwindow/webwindow.h @@ -71,7 +71,6 @@ public: KUrl url() const; QString title() const; - QIcon icon() const; UrlBar *urlBar(); WebTab *view(); -- cgit v1.2.1