diff options
| author | Peter Penz <[email protected]> | 2009-03-03 20:20:44 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2009-03-03 20:20:44 +0000 |
| commit | d98f9c673b2f7eb31012ccef98dc8167630ccf1b (patch) | |
| tree | 293843698190aa4fd502bec1dbfcbe1ed7a16dcb /src/panels/information/informationpanel.h | |
| parent | 0801e50cfd52720577e40c28e576fe4a9baebc4b (diff) | |
reset the information panel if an item is shown that got deleted
BUG: 186071
svn path=/trunk/KDE/kdebase/apps/; revision=934807
Diffstat (limited to 'src/panels/information/informationpanel.h')
| -rw-r--r-- | src/panels/information/informationpanel.h | 6 |
1 files changed, 6 insertions, 0 deletions
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: |
