diff options
Diffstat (limited to 'src/infosidebarpage.h')
| -rw-r--r-- | src/infosidebarpage.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
