]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/panels/terminal/terminalpanel.h
TerminalPanel: rename currentWorkingDirectoryIsParentOf to currentWorkingDirectoryIsC...
[dolphin.git] / src / panels / terminal / terminalpanel.h
index a1b7af03aa31b43986629a4dbe96100f763166ec..8eee3c10fae2bc195cb8e4d0a7d135dc2b4b9d65 100644 (file)
@@ -45,7 +45,7 @@ public:
      *        home when an unmounting request is received.
      */
     void goHome();
-    QString currentWorkingDirectory();
+    bool currentWorkingDirectoryIsChildOf(const QString &path) const;
     bool isHiddenInVisibleWindow() const;
     bool terminalHasFocus() const;
     bool hasProgramRunning() const;