diff options
| author | Méven Car <[email protected]> | 2019-03-17 19:38:31 +0100 |
|---|---|---|
| committer | Méven Car <[email protected]> | 2019-03-17 19:38:31 +0100 |
| commit | bc1a99bd11f4e1c054e55c8fde957ce0de89f989 (patch) | |
| tree | 36120ef9aca194bbd87a058128c5bbb1e1d4a288 /src/panels/information/informationpanelcontent.h | |
| parent | bbfa6c4473b8278ce7636ca18dd3ad417f4c4cdb (diff) | |
| parent | 1ff74854ecb4e5c9a2099759b71c378225c9e988 (diff) | |
Merge remote-tracking branch 'origin/Applications/19.04'
Diffstat (limited to 'src/panels/information/informationpanelcontent.h')
| -rw-r--r-- | src/panels/information/informationpanelcontent.h | 23 |
1 files changed, 10 insertions, 13 deletions
diff --git a/src/panels/information/informationpanelcontent.h b/src/panels/information/informationpanelcontent.h index ca9afab09..a80775aaa 100644 --- a/src/panels/information/informationpanelcontent.h +++ b/src/panels/information/informationpanelcontent.h @@ -72,17 +72,20 @@ public: */ void showItems(const KFileItemList& items); - /** - * Opens a menu which allows to configure which meta information - * should be shown. - * - * TODO: Move this code to the class InformationPanel - */ - void configureSettings(const QList<QAction*>& customContextMenuActions, const QPointF& pos); + void setPreviewVisible(bool visible); + + KFileItemList items(); 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. + */ + void refreshMetaData(); + protected: /** @see QObject::eventFilter() */ bool eventFilter(QObject* obj, QEvent* event) override; @@ -108,12 +111,6 @@ private slots: void slotHasVideoChanged(bool hasVideo); - /** - * Is invoked after the file meta data configuration dialog has been - * closed and refreshes the visibility of the meta data. - */ - void refreshMetaData(); - private: /** * Sets the text for the label \a m_nameLabel and assures that the |
