diff options
| author | Méven Car <[email protected]> | 2023-04-20 18:15:56 +0200 |
|---|---|---|
| committer | Méven Car <[email protected]> | 2023-04-22 09:33:01 +0200 |
| commit | c9217337c717c336eb8cfcc27e9d4992bc1ebb37 (patch) | |
| tree | d90965e1c9a83ef55de892d6a553f3132d31152d /src/panels/terminal/terminalpanel.h | |
| parent | 18605364319043971a40cf6ab50e40761af5970f (diff) | |
TerminalPanel: rename currentWorkingDirectoryIsParentOf to currentWorkingDirectoryIsChildOf
NO_CHANGELOG
Diffstat (limited to 'src/panels/terminal/terminalpanel.h')
| -rw-r--r-- | src/panels/terminal/terminalpanel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/panels/terminal/terminalpanel.h b/src/panels/terminal/terminalpanel.h index 49fd1b70d..8eee3c10f 100644 --- a/src/panels/terminal/terminalpanel.h +++ b/src/panels/terminal/terminalpanel.h @@ -45,7 +45,7 @@ public: * home when an unmounting request is received. */ void goHome(); - bool currentWorkingDirectoryIsParentOf(const QString &path) const; + bool currentWorkingDirectoryIsChildOf(const QString &path) const; bool isHiddenInVisibleWindow() const; bool terminalHasFocus() const; bool hasProgramRunning() const; |
