diff options
Diffstat (limited to 'src/webtab.cpp')
-rw-r--r-- | src/webtab.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/webtab.cpp b/src/webtab.cpp index bded411c..0dd2ac44 100644 --- a/src/webtab.cpp +++ b/src/webtab.cpp @@ -226,6 +226,11 @@ void WebTab::showRSSInfo(const QPoint &pos) widget->showAt(pos); } +void WebTab::hideSelectorBar() +{ + m_previewSelectorBar.data()->animatedHide(); +} + void WebTab::setPart(KParts::ReadOnlyPart *p, const KUrl &u) { |