diff options
| author | Andrea Diamantini <adjam7@gmail.com> | 2012-10-01 19:10:21 +0200 | 
|---|---|---|
| committer | Andrea Diamantini <adjam7@gmail.com> | 2012-12-10 02:48:05 +0100 | 
| commit | c73149a4f56b6ec4d4183ac99015d73df2c2e34e (patch) | |
| tree | e11b51a93d8db6e783b29ea3fabe38ccb6a1aa0b /src/webwindow | |
| parent | Fix url suggestions (diff) | |
| download | rekonq-c73149a4f56b6ec4d4183ac99015d73df2c2e34e.tar.xz | |
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
Diffstat (limited to 'src/webwindow')
| -rw-r--r-- | src/webwindow/webwindow.cpp | 6 | ||||
| -rw-r--r-- | src/webwindow/webwindow.h | 1 | 
2 files changed, 0 insertions, 7 deletions
diff --git a/src/webwindow/webwindow.cpp b/src/webwindow/webwindow.cpp index 592000c9..e76d1d5d 100644 --- a/src/webwindow/webwindow.cpp +++ b/src/webwindow/webwindow.cpp @@ -613,12 +613,6 @@ QString WebWindow::title() const  } -QIcon WebWindow::icon() const -{ -    return _tab->view()->icon(); -} - -  UrlBar *WebWindow::urlBar()  {      return _bar; 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();  | 
