From 44057746474840bdc983229ce02234ebe4f201d3 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sun, 6 May 2007 20:46:01 +0000 Subject: optimization: don't try to show the meta information if the widget is invisible svn path=/trunk/KDE/kdebase/apps/; revision=661864 --- src/infosidebarpage.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/infosidebarpage.h') diff --git a/src/infosidebarpage.h b/src/infosidebarpage.h index ffa18d497..2a0f2ead7 100644 --- a/src/infosidebarpage.h +++ b/src/infosidebarpage.h @@ -63,6 +63,10 @@ public slots: virtual void setUrl(const KUrl& url); virtual void setSelection(const KFileItemList& selection); +protected: + /** @see QWidget::showEvent() */ + virtual void showEvent(QShowEvent* event); + private slots: /** * Does a delayed request of information for the item of the given Url and -- cgit v1.3.1