┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.h
diff options
context:
space:
mode:
authorAntti Savolainen <[email protected]>2026-04-20 09:48:28 +0000
committerMéven Car <[email protected]>2026-04-20 09:48:28 +0000
commit07baa7bb68d3d3c8ed1f564ea42efa80684b3a23 (patch)
treef0a2be174f534a4951e69c85431b072228f30e2d /src/dolphinmainwindow.h
parentf0d681577363b8b0c87e51d6c32232fa394ea5cd (diff)
terminalpanel: allow refreshing the terminal location
When a program is running on front while the graphical view is being changed, that can make the terminal and file view working directories out of sync. I wasn't able to find a signal from Konsole for when the foreground program exits, so having the terminal respond to F5 is the second best thing. BUG: 510557
Diffstat (limited to 'src/dolphinmainwindow.h')
-rw-r--r--src/dolphinmainwindow.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h
index cd9f238aa..9c41f73fe 100644
--- a/src/dolphinmainwindow.h
+++ b/src/dolphinmainwindow.h
@@ -246,6 +246,11 @@ Q_SIGNALS:
void urlChanged(const QUrl &url);
/**
+ * Is sent when the view is refreshed
+ */
+ void urlRefreshed(const QUrl &url);
+
+ /**
* Is emitted if information of an item is requested to be shown e. g. in the panel.
* If item is null, no item information request is pending.
*/