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/tabwindow/rekonqwindow.h | |
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/tabwindow/rekonqwindow.h')
-rw-r--r-- | src/tabwindow/rekonqwindow.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tabwindow/rekonqwindow.h b/src/tabwindow/rekonqwindow.h index c7fe80d1..67f0fcfa 100644 --- a/src/tabwindow/rekonqwindow.h +++ b/src/tabwindow/rekonqwindow.h @@ -60,6 +60,8 @@ public: virtual ~RekonqWindow(); + QSize sizeHint() const; + /** * List of members of RekonqWindow class. */ |