From 6cec386192e58089b4572996a265c9696cdcb3c0 Mon Sep 17 00:00:00 2001 From: Méven Car Date: Sat, 24 Apr 2021 09:00:31 +0000 Subject: InformationPanel: Allow to refresh the panel when its displayed content changes BUG: 430095 BUG: 412902 FIXED-IN: 21.08 --- src/views/dolphinview.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/views/dolphinview.h') diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h index be8263917..bb093774f 100644 --- a/src/views/dolphinview.h +++ b/src/views/dolphinview.h @@ -593,6 +593,8 @@ Q_SIGNALS: void goUpRequested(); + void fileItemsChanged(const KFileItemList &changedFileItems); + protected: /** Changes the zoom level if Control is pressed during a wheel event. */ void wheelEvent(QWheelEvent* event) override; -- cgit v1.3.1