diff options
author | Yusuf Tezcan <yatezcan@gmail.com> | 2011-12-29 09:24:59 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-12-29 09:24:59 +0100 |
commit | fa38864b0087bb2de2696f0b395789636437c21b (patch) | |
tree | b26d5cfa9e2dd63af87389ed3a0de4251e7db337 /src/webtab.h | |
parent | Session Management clean up (diff) | |
download | rekonq-fa38864b0087bb2de2696f0b395789636437c21b.tar.xz |
Correctly hide preview selector bar when its preview is deleted in
the new tab page
CCMAIL: yatezcan@gmail.com
REVIEW:103470
REVIEWED-BY: adjam
Diffstat (limited to 'src/webtab.h')
-rw-r--r-- | src/webtab.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/webtab.h b/src/webtab.h index fefdaf66..4e13cef9 100644 --- a/src/webtab.h +++ b/src/webtab.h @@ -79,6 +79,8 @@ public: KUrl url(); void createPreviewSelectorBar(int index); + void hideSelectorBar(); + bool hasRSSInfo(); bool isPageLoading(); |