From 12c239ae149cfed254066248f411b114743f5836 Mon Sep 17 00:00:00 2001 From: Frank Reininghaus Date: Thu, 26 Apr 2012 08:31:46 +0200 Subject: Update the view when changing the directory using 'cd' in the terminal Thanks to Jekyll Wu for helping to implement this feature! FEATURE: 156732 FIXED-IN: 4.9.0 --- src/dolphinmainwindow.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/dolphinmainwindow.h') diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index 4bc3c8d4d..722e3ab7a 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -125,6 +125,13 @@ public slots: */ void changeUrl(const KUrl& url); + /** + * The current directory of the Terminal Panel has changed, probably because + * the user entered a 'cd' command. This slot calls changeUrl(url) and makes + * sure that the panel keeps the keyboard focus. + */ + void slotTerminalDirectoryChanged(const KUrl& url); + /** Stores all settings and quits Dolphin. */ void quit(); -- cgit v1.3