diff options
| author | Peter Penz <[email protected]> | 2010-03-25 17:36:39 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2010-03-25 17:36:39 +0000 |
| commit | dd743f9d98244ced35f80aeb6349630156f796be (patch) | |
| tree | d224c3b9c2ed292da579e15181f38d6d22895abe /src/panels/information/informationpanelcontent.h | |
| parent | a3cc21210007c5f27a3e878645696335cb0f084b (diff) | |
Open the meta data configuration dialog modeless
svn path=/trunk/KDE/kdebase/apps/; revision=1107448
Diffstat (limited to 'src/panels/information/informationpanelcontent.h')
| -rw-r--r-- | src/panels/information/informationpanelcontent.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/panels/information/informationpanelcontent.h b/src/panels/information/informationpanelcontent.h index 92a1c62d7..dbd31a542 100644 --- a/src/panels/information/informationpanelcontent.h +++ b/src/panels/information/informationpanelcontent.h @@ -96,6 +96,12 @@ private slots: void slotPlayingStarted(); void slotPlayingStopped(); + /** + * Is invoked after the file meta data configuration dialog has been + * closed and refreshs the visibility of the meta data. + */ + void refreshMetaData(); + private: /** * Checks whether the an URL is repesented by a place. If yes, |
