diff options
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, |
