From d98f9c673b2f7eb31012ccef98dc8167630ccf1b Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Tue, 3 Mar 2009 20:20:44 +0000 Subject: reset the information panel if an item is shown that got deleted BUG: 186071 svn path=/trunk/KDE/kdebase/apps/; revision=934807 --- src/panels/information/informationpanel.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/panels/information/informationpanel.h') diff --git a/src/panels/information/informationpanel.h b/src/panels/information/informationpanel.h index 08eb30299..997ba69bf 100644 --- a/src/panels/information/informationpanel.h +++ b/src/panels/information/informationpanel.h @@ -171,6 +171,12 @@ private: */ void setNameLabelText(const QString& text); + /** + * Resets the information panel to show the current + * URL (InformationPanel::url()). + */ + void reset(); + void init(); private: -- cgit v1.3.1