X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/1ff74854ecb4e5c9a2099759b71c378225c9e988..35f1fd5c154c72a63f4f70073e8dc8113c051f4f:/src/panels/information/informationpanelcontent.h diff --git a/src/panels/information/informationpanelcontent.h b/src/panels/information/informationpanelcontent.h index a80775aaa..83fb3d80b 100644 --- a/src/panels/information/informationpanelcontent.h +++ b/src/panels/information/informationpanelcontent.h @@ -68,21 +68,24 @@ public: void showItem(const KFileItem& item); /** - * Shows the meta information for the items \p items. + * Shows the meta information for the items \p items and its preview */ void showItems(const KFileItemList& items); - void setPreviewVisible(bool visible); - KFileItemList items(); + /** + * Refreshes the preview display, hiding it if needed + */ + void refreshPreview(); + signals: void urlActivated( const QUrl& url ); public slots: /** * Is invoked after the file meta data configuration dialog has been - * closed and refreshes the visibility of the meta data. + * closed and refreshes the displayed meta data by the panel. */ void refreshMetaData();