diff options
| author | Ahmad Samir <[email protected]> | 2020-09-13 15:28:33 +0200 |
|---|---|---|
| committer | Ahmad Samir <[email protected]> | 2020-09-13 16:49:43 +0200 |
| commit | 2abf1c9ddbffce7a25bd9d700b29bb50dbb75282 (patch) | |
| tree | b55203f23989f9de9a22a25856c8e1304552fe2c /src/panels/terminal/terminalpanel.h | |
| parent | ef68a41250dcdf356aece70ddaf4acc9ab9c9a20 (diff) | |
TerminalPanel: StatJob::mostLocalUrl only works with ":local" protocols
StatJob::mostLocalUrl was changed to cancel the job automatically if the
protocol Class isn't ":local", mostLocalUrl only makes sense with ioslaves
that actually set UDS_LOCAL_PATH (which should have calss ":local").
I tested that kio-fuse still works, when having the terminal panel open and
changing direcotries in Dolphin, with an sftp:// server.
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 85f175da1..82c2c3fc7 100644 --- a/src/panels/terminal/terminalpanel.h +++ b/src/panels/terminal/terminalpanel.h @@ -77,7 +77,7 @@ private: void changeDir(const QUrl& url); void sendCdToTerminal(const QString& path, HistoryPolicy addToHistory = HistoryPolicy::AddToHistory); - + void sendCdToTerminalKIOFuse (const QUrl &url); private: bool m_clearTerminal; KIO::StatJob* m_mostLocalUrlJob; |
