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/webwindow.cpp | |
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/webwindow.cpp')
-rw-r--r-- | src/webwindow/webwindow.cpp | 6 |
1 files changed, 0 insertions, 6 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; |